梁彦春 6 anni fa
parent
commit
8c609fddac
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/main/resources/mapper/TaGoodsMapper.xml

+ 1
- 1
src/main/resources/mapper/TaGoodsMapper.xml Vedi File

@@ -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>