ariesy 修改comp_code时空的条件

release
yefei 2 years ago
parent f32ffbe581
commit 7015089621
  1. 2
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -109,9 +109,9 @@
<foreach collection="companyCodes" index="index" item="companyCode" separator="," open="(" close=")">
#{companyCode}
</foreach>
-- or t.comp_code is null or t.comp_code = ''
)
</if>
<!-- or t.comp_code is null or t.comp_code = ''-->
<if test="companyCode != null and companyCode != '99' and companyCode != '88' and companyCode != '' and companyCode != 'null'" >
and t.comp_code = #{companyCode}
</if>

Loading…
Cancel
Save