|
@@ -1136,7 +1136,7 @@ func (c *DialysisAPIController) PostDialysisPrescription() {
|
1136
|
1136
|
PreImpulse: pre_impulse,
|
1137
|
1137
|
AnticoagulantStopTimeHour: anticoagulant_stop_time_hour,
|
1138
|
1138
|
AnticoagulantStopTimeMin: anticoagulant_stop_time_min,
|
1139
|
|
- Blood: blood,
|
|
1139
|
+ Blood: blood,
|
1140
|
1140
|
}
|
1141
|
1141
|
|
1142
|
1142
|
_, dialysisPrescription := service.FindDialysisPrescriptionByReordDate(id, recordDate.Unix(), adminUserInfo.Org.Id)
|
|
@@ -1899,7 +1899,7 @@ func (c *DialysisAPIController) PostSolution() {
|
1899
|
1899
|
ALiquid: a_liquid,
|
1900
|
1900
|
AnticoagulantStopTimeMin: anticoagulant_stop_time_min,
|
1901
|
1901
|
AnticoagulantStopTimeHour: anticoagulant_stop_time_hour,
|
1902
|
|
- Blood: blood,
|
|
1902
|
+ Blood: blood,
|
1903
|
1903
|
}
|
1904
|
1904
|
|
1905
|
1905
|
_, dialysisPrescription := service.FindDialysisPrescriptionByReordDate(id, recordDate.Unix(), adminUserInfo.Org.Id)
|
|
@@ -4007,7 +4007,7 @@ func (c *DialysisAPIController) GetStockInGoodInfo() {
|
4007
|
4007
|
c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeParamWrong)
|
4008
|
4008
|
return
|
4009
|
4009
|
}
|
4010
|
|
- goodTypes, _ := service.FindAllGoodType(adminUser.Org.Id)
|
|
4010
|
+ goodTypes, _ := service.FindAllGoodTypeOne(adminUser.Org.Id)
|
4011
|
4011
|
good_info, _ := service.FindAllGoodInfo(adminUser.Org.Id)
|
4012
|
4012
|
|
4013
|
4013
|
goodUser, _ := service.GetAllStockOutUserDetail(patient_id, adminUser.Org.Id, date.Unix())
|