Merge remote-tracking branch 'origin/0711-认证查询增加权限控制&sql优化' into 0711-认证查询增加权限控制&sql优化

release
yishiqihuasheng 2 years ago
commit d915d29ab6
  1. 1
      dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml

@ -156,7 +156,6 @@
<if test="companyCode != null and companyCode != '' and companyCode != 'null' and companyCode != '99' and companyCode == '88'">
and (t.comp_code = '' or t.comp_code is null)
</if>
and t.invoice_type not in ('91','95','97','99','101','00')
</select>
<select id="listAddTaxInvoice" parameterType="java.util.Map"
resultType="com.dxhy.extend.entity.ExtAddTaxInvoice" databaseId="mysql">

Loading…
Cancel
Save