产权公司

This commit is contained in:
weicw
2023-06-06 10:26:38 +08:00
parent a53406898f
commit f1b1ab0642
5 changed files with 16 additions and 7 deletions

View File

@@ -20,6 +20,9 @@
<if test="param.companyType != null">
AND a.company_type = #{param.companyType}
</if>
<if test="param.companyTypeMultiple != null">
AND a.company_type_multiple -> '$[*]' = CONCAT('%', #{param.companyTypeMultiple}, '%')
</if>
<if test="param.companyLogo != null">
AND a.company_logo LIKE CONCAT('%', #{param.companyLogo}, '%')
</if>