소스 검색

采购明细表排序更新

guq 7 년 전
부모
커밋
e1b34452c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      applications/purchase/purchase-server/src/main/resources/mapper/PurchaseReportMapper.xml

+ 1 - 1
applications/purchase/purchase-server/src/main/resources/mapper/PurchaseReportMapper.xml

@@ -124,7 +124,7 @@
         and   purchase.companyId = #{companyId}
       </if>
       and pu_statuscode='AUDITED'
-    </where>  order by pu_date desc
+    </where>  order by pu_id desc,pd_id
   </select>