商品查询修改
This commit is contained in:
@@ -537,4 +537,9 @@
|
||||
<select id="selectAllByStatus" resultMap="BaseResultMap">
|
||||
select * from tb_order_info where `status`=#{status} and order_type !='miniapp'
|
||||
</select>
|
||||
<select id="selectByTradeAndMasterId"
|
||||
resultType="com.chaozhanggui.system.cashierservice.entity.TbOrderInfo">
|
||||
|
||||
select * from tb_order_info where trade_day = #{day} and table_id = #{masterId} and shop_id = #{shopId}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user