|
@ -49,7 +49,7 @@ |
|
|
<if test="code != null and code != ''"> |
|
|
<if test="code != null and code != ''"> |
|
|
and CODE like '%' #{code} '%' |
|
|
and CODE like '%' #{code} '%' |
|
|
</if> |
|
|
</if> |
|
|
order by sort,USAGE_NUM desc |
|
|
order by sort,USAGE_NUM desc,UPDATED_TIME desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|