|
@@ -2804,9 +2804,9 @@ func (c *HisApiController) RefundNumber() {
|
2804
|
2804
|
|
2805
|
2805
|
if res2.Infcode == 0 {
|
2806
|
2806
|
//err := service.UpdataOrderStatus(order_id, number, adminUser.CurrentOrgId)
|
2807
|
|
- //service.UpdataRegStatus(patient_id, recordDateTime, adminUser.CurrentOrgId)
|
|
2807
|
+ service.UpdataRegStatus(patient_id, recordDateTime, adminUser.CurrentOrgId)
|
2808
|
2808
|
|
2809
|
|
- err := service.UpdataRegStatus2(his_patient_id)
|
|
2809
|
+ //err := service.UpdataRegStatus2()
|
2810
|
2810
|
|
2811
|
2811
|
if err == nil {
|
2812
|
2812
|
c.ServeSuccessJSON(map[string]interface{}{
|