Commit fd1069a8 by pansy

bug: [none] 资源库导入配置为空

parent ec1edcc8
......@@ -167,14 +167,6 @@
<if test="customTagId != null">
AND n.custom_tag_id = #{customTagId}
</if>
<choose>
<when test="agentId != null">
and n.agent_id = #{agentId}
</when>
<otherwise>
and n.agent_id = 0
</otherwise>
</choose>
ORDER BY n.update_time DESC
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment