修改交班落地数据逻辑

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

@@ -34,6 +34,6 @@ public interface TbProductMapper {
Integer countOrderByshopIdAndProductId(@Param("shopId") String shopId, @Param("productId") String productId, @Param("masterId") String masterId);
Integer countOrderByshopIdAndProductId(@Param("shopId") String shopId, @Param("productId") String productId, @Param("masterId") String masterId,@Param("day") String day);
}