修改交班落地数据逻辑

This commit is contained in:
19991905653
2024-04-03 09:05:40 +08:00
parent 8fe9d11d99
commit 9221d56653
5 changed files with 22 additions and 4 deletions

View File

@@ -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);
}