Commit 9b1d9321 authored by wyh's avatar wyh

修改

parent 4c430af6
......@@ -417,7 +417,7 @@ CITY_NAME,CITY_ID,PROVINCE_ID,COUNTY_ID,BRIEF
<if test="q.isDeleted!=null ">
AND IS_DELETED=#{q.isDeleted}
</if>
<if test="q.userId!=null and userId !=''">
<if test="q.userId!=null and q.userId !=''">
AND USER_ID=#{q.userId}
</if>
<if test="q.administratorsName!=null and q.administratorsName!=''">
......@@ -557,7 +557,7 @@ CITY_NAME,CITY_ID,PROVINCE_ID,COUNTY_ID,BRIEF
<if test="q.isDeleted!=null ">
AND IS_DELETED=#{q.isDeleted}
</if>
<if test="q.userId!=null ">
<if test="q.userId!=null and q.usrId !=''">
AND USER_ID=#{q.userId}
</if>
<if test="q.administratorsName!=null and q.administratorsName!=''">
......
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