交班打印逻辑修改
This commit is contained in:
@@ -40,5 +40,7 @@ public interface ShopUserDutyMapper {
|
||||
|
||||
ShopUserDuty selectByShopIdAndDay(@Param("shopId") Integer shopId,@Param("day") String day);
|
||||
|
||||
void updateStatusById(@Param("id") Integer id, @Param("staffId") Integer staffId);
|
||||
|
||||
// List<String> selectByShopIdAndTradeAll(@Param("shopId") Integer shopId,@Param("day") String day,@Param("tokenId") Integer tokenId);
|
||||
}
|
||||
Reference in New Issue
Block a user