mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 14:35:11 +08:00
定时任务 订单分账逻辑
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user