修改交班落地数据逻辑
This commit is contained in:
@@ -25,7 +25,7 @@ public interface ShopUserDutyMapper {
|
||||
|
||||
ShopUserDuty selectByTokenId(@Param("tokenId") Integer tokenId);
|
||||
|
||||
void updateStatusByTokenId(@Param("day") String day,@Param("shopId") Integer shopId);
|
||||
void updateStatusByTokenId(@Param("day") String day, @Param("shopId") Integer shopId,@Param("staffId") Integer staffId);
|
||||
|
||||
List<ShopUserDuty> selectByShopId(@Param("shopId") String shopId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user