|
|
@@ -133,7 +133,7 @@ public interface DismissDao {
|
|
|
|
|
|
@Select("select isnull(sum(charge_fee),0) from zy_detail_charge where inpatient_no=#{patNo} and " +
|
|
|
"admiss_times=#{times} and ledger_sn=#{ledgerSn} and isnull(charge_status, '1')!='1' and " +
|
|
|
- "isnull(trans_flag_yb,0)!=2 and charge_date ${compare} #{timeLimit}")
|
|
|
+ "isnull(trans_flag_yb,0)!=2 and charge_date ${compare} convert(varchar(19),#{timeLimit},21)")
|
|
|
BigDecimal selectOverTimeLimitFee(@Param("patNo") String patNo,
|
|
|
@Param("times") Integer times,
|
|
|
@Param("ledgerSn") int ledgerSn,
|