修复已知问题

dev-discount
胡锐 3 years ago
parent 2204933d61
commit 6a061e09c3
  1. 2
      hai-service/src/main/java/com/hai/dao/HighCouponAgentRelMapperExt.java

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

Loading…
Cancel
Save