Commit caccf8ac authored by srx's avatar srx

模糊筛选修改

parent b2af1408
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
and `code` like concat('%',#{code},'%') and `code` like concat('%',#{code},'%')
</if> </if>
<if test="verifyStatus != '' and verifyStatus != null"> <if test="verifyStatus != '' and verifyStatus != null">
and `verifyStatus` like concat('%',#{verifyStatus},'%') and `verify_status` like concat('%',#{verifyStatus},'%')
</if> </if>
</where> </where>
</select> </select>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
and `name` like concat('%',#{name},'%') and `name` like concat('%',#{name},'%')
</if> </if>
<if test="constructionUnit != '' and constructionUnit != null"> <if test="constructionUnit != '' and constructionUnit != null">
and `constructionUnit` like concat('%',#{constructionUnit},'%') and `construction_Unit` like concat('%',#{constructioUnit},'%')
</if> </if>
</where> </where>
</select> </select>
......
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