Sfoglia il codice sorgente

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 2 anni fa
parent
commit
e58173e9e7
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      controllers/zh/zh_his_api_controller.go

+ 2 - 0
controllers/zh/zh_his_api_controller.go Vedi File

@@ -1669,6 +1669,8 @@ func (c *ZHHisApiController) GetSettleInfo() {
1669 1669
 			//判断是否使用了押金
1670 1670
 			if dec_way == "true" {
1671 1671
 				tmpstring := strconv.FormatInt(order.ID, 10)
1672
+				order.Decimal = decimal
1673
+				err = service.UpDateOrder(order)
1672 1674
 				//扣押金
1673 1675
 				errmsg = service.SpendDeposit(c.GetAdminUserInfo().CurrentOrgId, patient_id, c.GetAdminUserInfo().AdminUser.Id, tmpstring, decimal)
1674 1676
 				if errmsg != nil {