|
@@ -296,9 +296,9 @@ public interface DismissDao {
|
|
|
@Param("lastSn") int lastSn,
|
|
|
@Param("zjdzDate") Date zjdzDate);
|
|
|
|
|
|
- @Update("update zy_actpatient set responce_type='01', visit_type='01', yb_type='', treat_type='' " +
|
|
|
- "where inpatient_no=#{patNo} and admiss_times=#{times}")
|
|
|
- void retractYbsf1(@Param("patNo") String patNo, @Param("times") Integer times);
|
|
|
+ @Update("update zy_actpatient set responce_type='01', visit_type='01', yb_type='', treat_type=''," +
|
|
|
+ "yb_register_date=#{date} where inpatient_no=#{patNo} and admiss_times=#{times}")
|
|
|
+ void retractYbsf1(@Param("patNo") String patNo, @Param("times") Integer times, @Param("date") Date date);
|
|
|
|
|
|
@Update("delete from yb_zy_review_record where inpatient_no=#{patNo} and admiss_times=#{times}")
|
|
|
void retractYbsf2(@Param("patNo") String patNo, @Param("times") Integer times);
|