‘linchangsheng’ 3 주 전
부모
커밋
8a4888d6be
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/main/resources/mapper/GoodsSpecDetailMapper.xml

+ 3 - 0
src/main/resources/mapper/GoodsSpecDetailMapper.xml

@@ -158,6 +158,9 @@
                 <if test="sort != null and sort==4">
                     order by a.create_time desc
                 </if>
+                <if test="sort != null and sort==5">
+                    order by a.update_time desc
+                </if>
     </select>
 
 </mapper>