交班修改业务逻辑 ,跨天统计

This commit is contained in:
19991905653
2024-04-11 15:21:52 +08:00
parent 49ed813f63
commit c3c169d2b5
3 changed files with 16 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ public interface ShopUserDutyMapper {
ShopUserDuty selectByTokenIdAndTradeDay(@Param("tokenId") int tokenId, @Param("day") String day,@Param("shopId") String shopId);
ShopUserDuty selectByShopIdAndTrade(@Param("shopId") Integer shopId,@Param("day") String day);
ShopUserDuty selectByShopIdAndStatus(@Param("shopId") Integer shopId,@Param("status") String status);