Explorar el Código

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

csx hace 3 años
padre
commit
99de2d08a0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Ver fichero

@@ -1140,7 +1140,7 @@ func (c *HisApiController) GetSettleList() {
1140 1140
 		return
1141 1141
 	}
1142 1142
 	if res.Infcode != 0 {
1143
-		order.FaPiaoNumber = new_fapiao_number
1143
+		order.FaPiaoNumber = zero
1144 1144
 		order.FaPiaoCode = last_order.FaPiaoCode
1145 1145
 		err := service.UpdateOrder(order)
1146 1146
 		if err != nil {