ariesy 认证查询列表查询去掉order by

release
yefei 2 years ago
parent 213951ec1c
commit d9f2d81857
  1. 2
      dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml

@ -235,8 +235,8 @@
<if test="accountPeriod != null and accountPeriod != '' and accountPeriod != 'null' and accountPeriod != '99'">
and t.account_period = #{accountPeriod}
</if>
order by t.rzh_date desc,t.invoice_date desc
</select>
<!-- order by t.rzh_date desc,t.invoice_date desc-->
<select id="selectByPramsMap" parameterType="java.util.Map"
resultMap="BaseResultMap" databaseId="oracle">
select

Loading…
Cancel
Save