Commit 59a1f1c2 authored by 朱晨阳's avatar 朱晨阳

接口参数修改

parent 315b430a
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
AND ps.process_status = #{processStatus} AND ps.process_status = #{processStatus}
</if> </if>
<if test="province != null and province != ''"> <if test="province != null and province != ''">
AND ph.project_address_name LIKE CONCAT('%', #{province}, '%') AND ph.project_address LIKE CONCAT('%', #{province}, '%')
</if> </if>
<if test="status != null and status != ''"> <if test="status != null and status != ''">
AND lc.status = #{status} AND lc.status = #{status}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment