定时任务 订单分账逻辑

This commit is contained in:
2023-07-26 19:41:13 +08:00
parent 85908b4c70
commit c25e90e9ff
7 changed files with 69 additions and 22 deletions

View File

@@ -807,7 +807,7 @@
order by t1.trade_date DESC
</select>
<select id="selectByStationIdAndDate" resultMap="SettleOrderReportResult">
<select id="selectByStationIdAndDate" resultMap="BaseResultMap">
select <include refid="Base_Column_List" />
from settle_order_report
where del_flag = '0'
@@ -815,7 +815,7 @@
and trade_date = #{date,jdbcType=VARCHAR}
</select>
<select id="selectByMerchantIdAndDate" resultMap="SettleOrderReportResult">
<select id="selectByMerchantIdAndDate" resultMap="BaseResultMap">
select <include refid="Base_Column_List" />
from settle_order_report
where del_flag = '0'