修改智能勾选mapper文件

release
yishiqihuasheng 2 years ago
parent 8f9d72b52f
commit dcb005b7d9
  1. 2
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -1291,7 +1291,7 @@
</foreach>
<if test="companyCode != null and companyCode != '99' and companyCode != '88' and companyCode != '' and companyCode != 'null'" >
and t.comp_code = #{companyCodes}
and t.comp_code = #{companyCode}
</if>
<if test="companyCode != null and companyCode != '' and companyCode == '88'">
and (t.comp_code = '' or t.comp_code is null)

Loading…
Cancel
Save