|
@ -14,8 +14,8 @@ |
|
|
FROM |
|
|
FROM |
|
|
sys_dict_data a |
|
|
sys_dict_data a |
|
|
INNER JOIN sys_dict_type b ON a.dict_type_id = b.id |
|
|
INNER JOIN sys_dict_type b ON a.dict_type_id = b.id |
|
|
WHERE |
|
|
WHERE a.del_flag='0' |
|
|
b.dict_type = #{dictType} |
|
|
and b.dict_type = #{dictType} |
|
|
ORDER BY |
|
|
ORDER BY |
|
|
a.sort ASC |
|
|
a.sort ASC |
|
|
</select> |
|
|
</select> |
|
@ -27,8 +27,8 @@ |
|
|
FROM |
|
|
FROM |
|
|
sys_dict_data a |
|
|
sys_dict_data a |
|
|
INNER JOIN sys_dict_type b ON a.dict_type_id = b.id |
|
|
INNER JOIN sys_dict_type b ON a.dict_type_id = b.id |
|
|
WHERE |
|
|
WHERE a.del_flag='0' |
|
|
b.dict_type = #{dictType} |
|
|
and b.dict_type = #{dictType} |
|
|
ORDER BY |
|
|
ORDER BY |
|
|
a.sort asc |
|
|
a.sort asc |
|
|
</select> |
|
|
</select> |
|
|