Browse Source

修复 规格排序

魏熙美 6 years ago
parent
commit
0e69e8e40f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TdSpecMapper.xml

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

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