|
@@ -274,6 +274,12 @@ public interface PatientDao {
|
|
|
@Param("admissTimes") Integer admissTimes,
|
|
|
@Param("ledgerSn") Integer ledgerSn);
|
|
|
|
|
|
+ @Delete("update zy_ledger_file set charge_yb=0 where inpatient_no=#{inpatientNo} and admiss_times=#{admissTimes} and " +
|
|
|
+ "ledger_sn=#{ledgerSn}")
|
|
|
+ void revokeYbsf3(@Param("inpatientNo") String inpatientNo,
|
|
|
+ @Param("admissTimes") Integer admissTimes,
|
|
|
+ @Param("ledgerSn") Integer ledgerSn);
|
|
|
+
|
|
|
@Update("exec p_update_ybzy_review_record " +
|
|
|
"@inpatient_no=#{inpatientNo},@admiss_times=#{admissTimes},@ledger_sn=#{ledgerSn}," +
|
|
|
"@name=#{name},@sex=#{sex},@responce_type=#{responceType},@social_no=#{socialNo}," +
|