소스 검색

update 销售列表根据添加日期倒序排

周箭河 4 년 전
부모
커밋
839aca90b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/SellOrderMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/SellOrderMapper.xml

@@ -151,7 +151,7 @@
         LEFT JOIN organization o ON o.id_ = so.organ_id_
         LEFT JOIN cooperation_organ co ON co.id_= so.cooperation_organ_id_
         <include refid="queryPageSql"/>
-        ORDER BY so.sell_time_ DESC
+        ORDER BY so.create_ime_ DESC
         <include refid="global.limit"/>
     </select>