|
@@ -209,7 +209,7 @@ public interface DismissDao {
|
|
|
|
|
|
@Update("update zy_detail_charge set charge_status=3 where charge_status=2 and " +
|
|
|
"inpatient_no=#{patNo} AND admiss_times=#{times} AND ledger_sn=#{ledgerSn}")
|
|
|
- int updateZyDetailCharge(@Param("patNo") String patNo,
|
|
|
+ void updateZyDetailCharge(@Param("patNo") String patNo,
|
|
|
@Param("times") Integer times, @Param("ledgerSn") int ledgerSn);
|
|
|
|
|
|
@Select("select start_time from yz_act_order where inpatient_no=#{patNo} and admiss_times=#{times} " +
|