|
@@ -1053,17 +1053,12 @@ func (this *ZHHisApiController) GetZHOutHospitalCheck() {
|
1053
|
1053
|
record.OutWay = 1
|
1054
|
1054
|
service.CreateHospitalRecord(&record)
|
1055
|
1055
|
|
1056
|
|
- orders, _ := service.GetHisOrderInfoByNumberThree(record.Number)
|
1057
|
|
-
|
1058
|
|
- //orders, _ := service.GetHisOrderInfoByNumberThree(record.Number)
|
1059
|
|
-
|
|
1056
|
+ orders, _ := service.GetHisOrderInfoByNumberFour(record.Number)
|
1060
|
1057
|
var total float64
|
1061
|
1058
|
for _, item := range orders {
|
1062
|
1059
|
total = total + item.DetItemFeeSumamt
|
1063
|
1060
|
}
|
1064
|
1061
|
|
1065
|
|
- //allTotal := fmt.Sprintf("%.4f", total)
|
1066
|
|
-
|
1067
|
1062
|
order := &models.HisOrder{
|
1068
|
1063
|
UserOrgId: adminInfo.CurrentOrgId,
|
1069
|
1064
|
HisPatientId: record.ID,
|