|
@@ -46,8 +46,8 @@ public interface HospitalApprovalDao {
|
|
|
@Update("update t_hospital_approval_apply set apply_status=#{applyStatus},apply_handler=#{applyHandler}, " +
|
|
|
"handle_datetime=getdate(),handle_remark=#{handleRemark} where pat_no=#{patNo} and times=#{times} " +
|
|
|
"and ledger_sn=#{ledgerSn} and detail_sn=#{detailSn}; " +
|
|
|
- "update zy_detail_charge set hosp_appr_flag=#{applyStatus} where inpatient_no=#{patNo} and " +
|
|
|
- "admiss_times=#{times} and ledger_sn=#{ledgerSn} and detail_sn=#{detailSn}")
|
|
|
+ "update zy_detail_charge set hosp_appr_flag=#{applyStatus},yb_self_flag=#{applyStatus} " +
|
|
|
+ "where inpatient_no=#{patNo} and admiss_times=#{times} and ledger_sn=#{ledgerSn} and detail_sn=#{detailSn}")
|
|
|
void handleApply(PatientFeeItem item);
|
|
|
|
|
|
@Select("select trans_flag_yb from zy_detail_charge where inpatient_no=#{patNo} and " +
|