修改订货金bug时间戳

This commit is contained in:
shuo.wang
2024-05-08 11:31:53 +08:00
parent c0d966423e
commit 92c7ddc7af
6 changed files with 51 additions and 46 deletions

View File

@@ -17,7 +17,7 @@
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
</resultMap>
<select id="selectByShopId" resultType="com.cool.store.dto.openPreparation.FirstOrderDTO">
select total_order_deposit as totalOrderDeposit, latest_payment_date as latestPaymentDate ,
select id, total_order_deposit as totalOrderDeposit, latest_payment_date as latestPaymentDate ,
estimated_cost as estimatedCost ,fruits_cost as fruitsCost
from xfsg_first_order
where shop_id = #{shopId}