调整企业列表搜索
This commit is contained in:
@@ -51,7 +51,13 @@
|
|||||||
AND a.city = #{param.city}
|
AND a.city = #{param.city}
|
||||||
</if>
|
</if>
|
||||||
<if test="param.province != null">
|
<if test="param.province != null">
|
||||||
AND a.region = #{param.province}
|
AND a.province = #{param.province}
|
||||||
|
</if>
|
||||||
|
<if test="param.city != null">
|
||||||
|
AND a.city = #{param.city}
|
||||||
|
</if>
|
||||||
|
<if test="param.region != null">
|
||||||
|
AND a.region = #{param.region}
|
||||||
</if>
|
</if>
|
||||||
<if test="param.zipCode != null">
|
<if test="param.zipCode != null">
|
||||||
AND a.zip_code = #{param.zipCode}
|
AND a.zip_code = #{param.zipCode}
|
||||||
|
|||||||
Reference in New Issue
Block a user