添加结算打印小票
This commit is contained in:
@@ -35,5 +35,9 @@ public interface ShopUserDutyMapper {
|
||||
|
||||
ShopUserDuty selectByShopIdAndTrade(@Param("shopId") Integer shopId,@Param("day") String day);
|
||||
|
||||
|
||||
|
||||
ShopUserDuty selectByShopIdAndDay(@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