|
@@ -247,7 +247,7 @@ func (this *SupplyOrderApiController) UpdateSupply() {
|
247
|
247
|
if len(thisStockIn) == 1 {
|
248
|
248
|
for _, item := range thisStockIn {
|
249
|
249
|
items := item.(map[string]interface{})
|
250
|
|
- items["IsFirst"] = 1
|
|
250
|
+ items["Isfirst"] = 1
|
251
|
251
|
}
|
252
|
252
|
}
|
253
|
253
|
tmodify := this.GetAdminUserInfo().AdminUser.Id
|
|
@@ -429,7 +429,7 @@ func (this *SupplyOrderApiController) SaveSupply() {
|
429
|
429
|
if len(thisStockIn) == 1 {
|
430
|
430
|
for _, item := range thisStockIn {
|
431
|
431
|
items := item.(map[string]interface{})
|
432
|
|
- items["IsFirst"] = 1
|
|
432
|
+ items["Isfirst"] = 1
|
433
|
433
|
}
|
434
|
434
|
}
|
435
|
435
|
tcreater := this.GetAdminUserInfo().AdminUser.Id
|