修改进项首页数据与点击数据不一致问题

release
路明慧 2 years ago
parent fad0787391
commit 1c46e31868
  1. 4
      dxhy-extend/src/main/resources/mapper/ExtBbycfpcxMapper.xml

@ -222,10 +222,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