|
|
@@ -82,9 +82,6 @@
|
|
|
<if test="CorpsDesc.goodtypes!=null and CorpsDesc.goodtypes != ''">
|
|
|
and goodtypes like CONCAT(CONCAT('%', #{CorpsDesc.goodtypes}), '%')
|
|
|
</if>
|
|
|
- <if test="CorpsDesc.belongtocompany!=null and CorpsDesc.belongtocompany != ''">
|
|
|
- and belongtocompany like CONCAT(CONCAT('%', #{CorpsDesc.belongtocompany}), '%')
|
|
|
- </if>
|
|
|
<if test="CorpsDesc.companytype!=null and CorpsDesc.companytype != ''">
|
|
|
and companytype = #{CorpsDesc.companytype}
|
|
|
</if>
|
|
|
@@ -148,7 +145,7 @@
|
|
|
</if>
|
|
|
<if test="CorpsDesc.belongtocompany!=null and CorpsDesc.belongtocompany != ''">
|
|
|
and (belongtocompany = #{CorpsDesc.belongtocompany}
|
|
|
- or admin_profiles IS NULL)
|
|
|
+ or belongtocompany IS NULL)
|
|
|
</if>
|
|
|
<if test="CorpsDesc.creditGrant!=null">
|
|
|
and credit_grant = #{CorpsDesc.creditGrant}
|