|
|
@@ -1352,6 +1352,12 @@
|
|
|
<if test="nature !=null">
|
|
|
and a.nature = #{nature,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
+ <if test="enterpriseNature !=null">
|
|
|
+ and a.enterprise_nature = #{enterpriseNature,jdbcType=INTEGER}
|
|
|
+ </if>
|
|
|
+ <if test="listedNature !=null">
|
|
|
+ and a.listed_nature = #{listedNature,jdbcType=INTEGER}
|
|
|
+ </if>
|
|
|
<if test="sort != 1">
|
|
|
order by orderTime
|
|
|
</if>
|
|
|
@@ -1410,6 +1416,12 @@
|
|
|
<if test="nature !=null">
|
|
|
and a.nature = #{nature,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
+ <if test="enterpriseNature !=null">
|
|
|
+ and a.enterprise_nature = #{enterpriseNature,jdbcType=INTEGER}
|
|
|
+ </if>
|
|
|
+ <if test="listedNature !=null">
|
|
|
+ and a.listed_nature = #{listedNature,jdbcType=INTEGER}
|
|
|
+ </if>
|
|
|
</select>
|
|
|
<select id="findMainProductsList" resultType="com.goafanti.customer.bo.OutUserMianProducts">
|
|
|
select oi.id ,u.id uid, u.nickname userName, oi.business_scope businessScope,u.nature,u.nature_other natureOther,
|