增加firstorder字段
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||
</resultMap>
|
||||
<select id="selectByShopId" resultType="com.cool.store.dto.openPreparation.FirstOrderDTO">
|
||||
select id, total_order_deposit as totalOrderDeposit, latest_payment_date as latestPaymentDate ,
|
||||
estimated_cost as estimatedCost ,fruits_cost as fruitsCost
|
||||
select *
|
||||
from xfsg_first_order
|
||||
where shop_id = #{shopId}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user