‘linchangsheng’ hai 11 meses
pai
achega
87e15304e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/resources/mapper/TransferMapper.xml

+ 1 - 1
src/main/resources/mapper/TransferMapper.xml

@@ -273,7 +273,7 @@
             LEFT JOIN king_dee_purchase_order_item b ON a.id = b.f_id
         ${ex.query}
         <if test="ex.orderBy == null or ex.orderBy ==''">
-            ORDER BY a.f_date DESC
+            ORDER BY a.for_date DESC
         </if>
         ${ex.orderBy}
     </select>