zxz 3 éve
szülő
commit
6b83a5144d

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/PurchaseClosingReportMapper.xml

@@ -125,7 +125,7 @@
         <if test="contractNo != null and contractNo != ''">
             AND contract_no = #{contractNo}
         </if>
-        ORDER BY update_date DESC
+        ORDER BY close_position_date DESC
         <if test="currentPage != null and currentPage != ''">
             LIMIT ${startRecord}, ${pageSize}
         </if>

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/PurchaseReceiptReportMapper.xml

@@ -148,7 +148,7 @@
         <if test="contractNo != null and contractNo != ''">
             AND contract_no = #{contractNo}
         </if>
-        ORDER BY update_date DESC
+        ORDER BY warehousing_date DESC
         <if test="currentPage != null and currentPage != ''">
             LIMIT ${startRecord}, ${pageSize}
         </if>