Browse Source

Merge branch '20211122' of http://git.shengws.com/csx/XT_New into 20211122

XMLWAN 3 years ago
parent
commit
ecdc0d3b9e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/supply_order_api_contorller.go

+ 1 - 0
controllers/supply_order_api_contorller.go View File

@@ -305,6 +305,7 @@ func (this *SupplyOrderApiController) UpdateSupply() {
305 305
 							Number:       number,
306 306
 							Bank:         bank,
307 307
 							BankAccount:  bankAccount,
308
+							UserOrgId:    orgId,
308 309
 							Status:       1,
309 310
 							Mtime:        time.Now().Unix(),
310 311
 							Modify:       tmodify,