Commit a66d52d64d949850ee9975d03d370975a4ca10f4

Authored by 云中非
1 parent 07411cf1

fix: 数据字典选项没有按order排序问题修复

... ... @@ -46,5 +46,6 @@
46 46 <if test="dictId !=null and dictId!=''">AND sdi.dict_id=#{dictId}</if>
47 47 <if test="dictCode !=null and dictCode!=''">AND sd.dict_code=#{dictCode}</if>
48 48 </where>
  49 + ORDER BY sort
49 50 </select>
50 51 </mapper>
... ...