Pārlūkot izejas kodu

修复 规格排序

魏熙美 6 gadus atpakaļ
vecāks
revīzija
0e69e8e40f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/main/resources/mapper/TdSpecMapper.xml

+ 1
- 1
src/main/resources/mapper/TdSpecMapper.xml Parādīt failu

@@ -11,7 +11,7 @@
11 11
                 and spec_name LIKE CONCAT('%',#{specName},'%')
12 12
             </if>
13 13
         </where>
14
-        oreder by spec_id asc
14
+        order by spec_id asc
15 15
     </select>
16 16
 
17 17
 </mapper>