Merge branch 'pcexport' into 'release'

票池导出:删除按照uuid分组

See merge request invoice/pt!91
release
刘振 1 year ago
commit 5b30db402c
  1. 2
      dxhy-core/src/main/resources/mapper/ExtPaperMapper.xml

@ -457,7 +457,6 @@
<if test="companyCode != null and companyCode != '' and companyCode != 'null' and companyCode != '99' and companyCode != '88'"> <if test="companyCode != null and companyCode != '' and companyCode != 'null' and companyCode != '99' and companyCode != '88'">
and (t.comp_code = #{companyCode} or t.comp_code = '' or t.comp_code is null) and (t.comp_code = #{companyCode} or t.comp_code = '' or t.comp_code is null)
</if> </if>
GROUP BY t.uuid
ORDER BY t.create_date DESC ORDER BY t.create_date DESC
</select> </select>
@ -735,7 +734,6 @@
<if test="companyCode != null and companyCode != '' and companyCode != 'null' and companyCode != '99' and companyCode == '88'"> <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) and (t.comp_code = '' or t.comp_code is null)
</if> </if>
GROUP BY t.uuid
ORDER BY t.create_date DESC ORDER BY t.create_date DESC
</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save