如果用
ob = Producter.objects.get(GoodsId=lindex)
...
save()
得到的數(shù)據(jù)当犯,修改多次后烹棉,SqlServer2008 在主鍵不約束的情況下 會(huì)有數(shù)據(jù)溢出風(fēng)險(xiǎn)
可以使用update更新 無需save()保存:
ob = Anglebalance.objects.filter(PlaceNum__gt = 0,AngleId = lindex)
ob.update(xsxs=request.POST["xsxs"])