修改交班落地数据逻辑
This commit is contained in:
@@ -32,4 +32,8 @@ public interface ShopUserDutyMapper {
|
||||
BigDecimal selectSumAmount(@Param("shopId") String shopId);
|
||||
|
||||
ShopUserDuty selectByTokenIdAndTradeDay(@Param("tokenId") int tokenId, @Param("day") String day,@Param("shopId") String shopId);
|
||||
|
||||
ShopUserDuty selectByShopIdAndTrade(@Param("shopId") Integer shopId,@Param("day") String day);
|
||||
|
||||
// List<String> selectByShopIdAndTradeAll(@Param("shopId") Integer shopId,@Param("day") String day,@Param("tokenId") Integer tokenId);
|
||||
}
|
||||
Reference in New Issue
Block a user