|
@@ -42,12 +42,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="businessType != null">
|
|
|
AND business_type = #{businessType}
|
|
|
</if>
|
|
|
- <if test="businessTypes != null and businessTypes.length > 0">
|
|
|
- AND business_type in
|
|
|
- <foreach collection="businessTypes" item="businessType" open="(" separator="," close=")">
|
|
|
- #{businessType}
|
|
|
- </foreach>
|
|
|
- </if>
|
|
|
+<!-- <if test="businessTypes != null and businessTypes.length > 0">-->
|
|
|
+<!-- AND business_type in-->
|
|
|
+<!-- <foreach collection="businessTypes" item="businessType" open="(" separator="," close=")">-->
|
|
|
+<!-- #{businessType}-->
|
|
|
+<!-- </foreach>-->
|
|
|
+<!-- </if>-->
|
|
|
<if test="status != null">
|
|
|
AND status = #{status}
|
|
|
</if>
|