梁彦春 před 6 roky
rodič
revize
8c609fddac
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/main/resources/mapper/TaGoodsMapper.xml

+ 1
- 1
src/main/resources/mapper/TaGoodsMapper.xml Zobrazit soubor

@@ -16,7 +16,7 @@
16 16
                 and g.type_id = #{typeId}
17 17
             </if>
18 18
         </where>
19
-        order by g.create_time desc
19
+        order by g.create_date desc
20 20
     </select>
21 21
 
22 22
 </mapper>