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