Commit 5dc46d0d authored by wyh's avatar wyh

修改

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