...
|
...
|
@@ -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> |
...
|
...
|
|