Commit a12a884c authored by wzp's avatar wzp

修改bug

parent 237ca11c
......@@ -80,8 +80,8 @@
<if test="tBoxOperation.areaName != null and tBoxOperation.areaName != '' ">
and b.area_id LIKE concat(#{tBoxOperation.areaName}, '%')
</if>
<if test="tBoxOperation.orgCode != null and tBoxOperation.orgCode != '' ">
and r.code LIKE concat(#{tBoxOperation.orgCode}, '%')
<if test="tBoxOperation.organCode != null and tBoxOperation.organCode != '' ">
and r.code LIKE concat(#{tBoxOperation.organCode}, '%')
</if>
order by b.create_time desc
</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