更新全选打包
This commit is contained in:
@@ -382,7 +382,7 @@
|
||||
select * from tb_cashier_cart where order_id=#{orderId} and `status`=#{status}
|
||||
</select>
|
||||
<select id="selectAllByMarketId" resultType="com.chaozhanggui.system.cashierservice.entity.TbCashierCart">
|
||||
select * from tb_cashier_cart where master_id = #{maskerId} and trade_day = #{day} and shop_id = #{shopId} and status = 'create'
|
||||
select * from tb_cashier_cart where master_id = #{masterId} and trade_day = #{day} and shop_id = #{shopId} and status = 'create'
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user