|
|
|
@ -47,6 +47,6 @@ public interface HighCouponAgentRelMapperExt { |
|
|
|
|
}) |
|
|
|
|
List<HighCouponAgentCode> getAgentSalesCodeList(@Param("agentId") Long agentId, @Param("consumeTimeS")String consumeTimeS, @Param("consumeTimeE")String consumeTimeE); |
|
|
|
|
|
|
|
|
|
@Select(" select count(1) from high_coupon_agent_code a where a.agent_id = #{agentId} and a.`status` in (#{status}) and a.type = #{type} ") |
|
|
|
|
@Select(" select count(1) from high_coupon_agent_code a where a.agent_id = #{agentId} and a.`status` in (${status}) and a.type = #{type} ") |
|
|
|
|
Integer getAgentCodeCount(@Param("agentId") Long agentId,@Param("status") String status,@Param("type") Integer type); |
|
|
|
|
} |
|
|
|
|