更新全选打包

This commit is contained in:
19991905653
2024-04-03 15:39:24 +08:00
parent 95e68d745e
commit baedf85e77
6 changed files with 39 additions and 11 deletions

View File

@@ -381,8 +381,9 @@
<select id="selectByOrderId" resultMap="BaseResultMap">
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>
</mapper>