|
@@ -41,7 +41,7 @@ public interface MobilePayDao extends BaseMapper<MobilePay> {
|
|
|
"(select max(national_code) from yp_zd_dict where code=his_item_code) end, " +
|
|
|
"his_item_code as medinsListCodg,charge_fee as detItemFeeSumamt, " +
|
|
|
"quantity as cnt, price as pric, " +
|
|
|
- "hospApprFlag=isnull(a.hosp_appr_flag, 0), " +
|
|
|
+ "hospApprFlag=case when isnull(a.hosp_appr_flag, 0)=0 then 1 else a.hosp_appr_flag end, " +
|
|
|
"bilgDrCodg=(select rtrim(yb_code) from a_employee_mi where code=input_staff), " +
|
|
|
"input_man as bilgDrName,medListName=a.his_item_name, " +
|
|
|
"bilgDeptCodg=(select d.si_caty from zd_unit_code d where d.code=b.visit_dept_code), " +
|