|
@@ -210,6 +210,10 @@ public interface SiZyDao {
|
|
"and admiss_times=#{times} and ledger_sn in (#{sn1}, #{sn2})")
|
|
"and admiss_times=#{times} and ledger_sn in (#{sn1}, #{sn2})")
|
|
void updateTransFlag(String patNo, int times, int sn1, int sn2);
|
|
void updateTransFlag(String patNo, int times, int sn1, int sn2);
|
|
|
|
|
|
|
|
+ @Update("update zy_detail_charge set trans_flag_yb='0' where inpatient_no=#{patNo} " +
|
|
|
|
+ "and admiss_times=#{times} and detail_sn=#{sn}")
|
|
|
|
+ void updateTransFlagToZero(String patNo, int times, int sn);
|
|
|
|
+
|
|
@Select("select code from zy_zd_responce_type where med_type=#{medtype} ")
|
|
@Select("select code from zy_zd_responce_type where med_type=#{medtype} ")
|
|
String selectResponceType(String medtype);
|
|
String selectResponceType(String medtype);
|
|
|
|
|