商品列表角标

This commit is contained in:
2024-08-22 09:56:19 +08:00
parent 2ae71952de
commit 1a968775ff
4 changed files with 7 additions and 5 deletions

View File

@@ -962,6 +962,7 @@
AND product_id = #{productId}
AND `status` = 'create'
and master_id = #{masterId}
and table_id = #{tableId}
and trade_day = #{day}
group by shop_id,product_id
</select>