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

release^2
路明慧 1 year ago
parent b0efe15e70
commit b3951dcce7
  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'">
and (t.comp_code = #{companyCode} or t.comp_code = '' or t.comp_code is null)
</if>
GROUP BY t.uuid
ORDER BY t.create_date DESC
</select>
@ -735,7 +734,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>
GROUP BY t.uuid
ORDER BY t.create_date DESC
</select>
</mapper>

Loading…
Cancel
Save