Browse Source

simple imgUrl

梁彦春 6 years ago
parent
commit
8c609fddac
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TaGoodsMapper.xml

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

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