提交日志查询三种时间方案.
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
FROM
|
||||
sys_menu m
|
||||
WHERE
|
||||
m.function_id = #{functionId} AND m.parent_ids LIKE '%${logSearchId}%'
|
||||
m.function_id = #{functionId} AND m.parent_ids LIKE '%${logSearchId}%' AND del_flag = 1
|
||||
</select>
|
||||
|
||||
<select id="getServiceId" resultType="Integer">
|
||||
@@ -180,6 +180,6 @@
|
||||
FROM
|
||||
function_service_dict s
|
||||
WHERE
|
||||
s.function_id = #{functionId} AND s.action = #{action}
|
||||
s.function_id = #{functionId} AND s.action = #{action} AND s.is_valid = 1
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user