Browse Source

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

csx 3 years ago
parent
commit
f0f954d292
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go View File

1736
 }
1736
 }
1737
 
1737
 
1738
 func (c *HisApiController) GetBatchSettleList() {
1738
 func (c *HisApiController) GetBatchSettleList() {
1739
-	orders, _ := service.GetAllHisOrderErr(9504, 9504)
1739
+	orders, _ := service.GetAllHisOrderErr(9504, 9505)
1740
 	for _, item := range orders {
1740
 	for _, item := range orders {
1741
 		order_id := item.PatientId
1741
 		order_id := item.PatientId
1742
 		order, _ := service.GetHisOrderByIDTwo(order_id)
1742
 		order, _ := service.GetHisOrderByIDTwo(order_id)