update:初版对账

This commit is contained in:
Yuan
2025-09-17 11:20:06 +08:00
parent e2959b738b
commit e63ace40fd
6 changed files with 49 additions and 74 deletions

View File

@@ -21,20 +21,8 @@
#{xtjsh}, #{zdh}, #{jykh}, #{zfzt})
</insert>
<select id="findHisBillsByDate" parameterType="HashMap" resultType="HashMap">
select HisOperCode
, PayMethod
, TradingStatus
, BizType
, PayType
, TradeTime
, Amount
, PlatformTransId
, HisTransId
, PatientID
, PatientName
, source
, trade_date
from hisbills_history
select *
from hisbill_history
where trade_date = #{trade_date}
</select>