修改交班落地数据逻辑

This commit is contained in:
19991905653
2024-04-03 09:20:46 +08:00
parent ff7ac0e668
commit 8e1b70e3a8
3 changed files with 6 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ public interface ShopUserDutyMapper {
ShopUserDuty selectByTokenId(@Param("tokenId") Integer tokenId);
void updateStatusByTokenId(@Param("tokenId") Integer tokenId);
void updateStatusByTokenId(@Param("day") String day,@Param("shopId") Integer shopId);
List<ShopUserDuty> selectByShopId(@Param("shopId") String shopId);