|
|
@ -454,7 +454,10 @@ |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
<if test="localMarket != null and localMarket.size > 0"> |
|
|
<if test="localMarket != null and localMarket.size > 0"> |
|
|
and crc.market = #{localMarket} |
|
|
|
|
|
|
|
|
AND crc.market IN |
|
|
|
|
|
<foreach collection="localMarket" item="localMarket" open="(" separator="," close=")"> |
|
|
|
|
|
#{localMarket} |
|
|
|
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
<if test="startTime != null and endTime != null"> |
|
|
<if test="startTime != null and endTime != null"> |
|
|
and crc.`pay_time` BETWEEN #{startTime} AND #{endTime} |
|
|
and crc.`pay_time` BETWEEN #{startTime} AND #{endTime} |
|
|
|