‘linchangsheng’ пре 7 месеци
родитељ
комит
bcf2810c90
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/resources/mapper/TransferMapper.xml

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

@@ -288,7 +288,7 @@
             JOIN king_dee_material c ON b.material_id = c.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>