ariesy 更新sql

release
yefei 2 years ago
parent d8dee58fed
commit 4946442848
  1. 4
      dxhy-extend/src/main/resources/mapper/ExtBbycfpcxMapper.xml

@ -86,10 +86,10 @@
<if test="qszt != null and qszt != '' and qszt != 'null' ">
and t.qs_status = #{qszt}
</if>
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '3'">
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != 3">
and t.rzh_yesorno = #{rzzt}
</if>
<if test="rzzt != null and rzzt == '3'">
<if test="rzzt != null and rzzt == 3">
and (t.rzh_yesorno = '2' OR t.rzh_yesorno = '1')
</if>
<if test="xfmc != null and xfmc != '' and xfmc != 'null' ">

Loading…
Cancel
Save