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