Commit caccf8ac authored by srx's avatar srx

模糊筛选修改

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