|
@@ -3292,14 +3292,14 @@ func (c *HisApiController) GetSettleListHospital() {
|
3292
|
3292
|
}
|
3293
|
3293
|
|
3294
|
3294
|
func (c *HisApiController) GetBatchSettleList() {
|
3295
|
|
- orders, _ := service.GetAllHisOrder(10088)
|
|
3295
|
+ orders, _ := service.GetAllHisOrder(10138)
|
3296
|
3296
|
for _, item := range orders {
|
3297
|
3297
|
order_id := item.ID
|
3298
|
3298
|
order, _ := service.GetHisOrderByIDTwo(order_id)
|
3299
|
3299
|
roles, _ := service.GetDoctorListTwo(c.GetAdminUserInfo().CurrentOrgId)
|
3300
|
3300
|
his, _ := service.GetHisPatientByNumber(order.MdtrtId)
|
3301
|
3301
|
admin, _ := service.GetAdminUserByUserID(roles[0].AdminUserId)
|
3302
|
|
- curRoles, _ := service.GetAdminUserInfoByID(c.GetAdminUserInfo().CurrentOrgId, 2273)
|
|
3302
|
+ curRoles, _ := service.GetAdminUserInfoByID(c.GetAdminUserInfo().CurrentOrgId, 2185)
|
3303
|
3303
|
depart, _ := service.GetDepartMentDetail(curRoles.DepartmentId)
|
3304
|
3304
|
miConfig, _ := service.FindMedicalInsuranceInfo(c.GetAdminUserInfo().CurrentOrgId)
|
3305
|
3305
|
|
|
@@ -4024,7 +4024,7 @@ func (c *HisApiController) GetBatchSettleList() {
|
4024
|
4024
|
ErrMsg: res.ErrMsg + "解析失败",
|
4025
|
4025
|
Status: 1,
|
4026
|
4026
|
PatientId: order_id,
|
4027
|
|
- Stage: 10088,
|
|
4027
|
+ Stage: 10138,
|
4028
|
4028
|
}
|
4029
|
4029
|
service.CreateErrMsgLog(errlog)
|
4030
|
4030
|
continue
|
|
@@ -4052,7 +4052,7 @@ func (c *HisApiController) GetBatchSettleList() {
|
4052
|
4052
|
ErrMsg: res.ErrMsg + "解析失败",
|
4053
|
4053
|
Status: 1,
|
4054
|
4054
|
PatientId: order_id,
|
4055
|
|
- Stage: 10088,
|
|
4055
|
+ Stage: 10138,
|
4056
|
4056
|
}
|
4057
|
4057
|
service.CreateErrMsgLog(errlog)
|
4058
|
4058
|
continue
|
|
@@ -4068,7 +4068,7 @@ func (c *HisApiController) GetBatchSettleList() {
|
4068
|
4068
|
ErrMsg: res.ErrMsg,
|
4069
|
4069
|
Status: 1,
|
4070
|
4070
|
PatientId: order_id,
|
4071
|
|
- Stage: 10088,
|
|
4071
|
+ Stage: 10138,
|
4072
|
4072
|
}
|
4073
|
4073
|
service.CreateErrMsgLog(errlog)
|
4074
|
4074
|
continue
|