|
@@ -40,7 +40,8 @@ public interface MobilePayDao extends BaseMapper<MobilePay> {
|
|
|
"(select max(national_code) from zd_charge_item where code=his_item_code) else " +
|
|
|
"(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='1', " +
|
|
|
+ "quantity as cnt, price as pric, " +
|
|
|
+ "hospApprFlag=isnull(a.hosp_appr_flag, 0), " +
|
|
|
"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), " +
|