修改交班落地数据逻辑

This commit is contained in:
19991905653
2024-04-03 09:44:12 +08:00
parent 8e1b70e3a8
commit 433a03ebb8
5 changed files with 9 additions and 6 deletions

View File

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