Commit 26441395 by hzc

bug修复

parent 16277202
......@@ -43,7 +43,7 @@
and timestmp <= #{endTime}
</if>
<if test="loggerName != null and loggerName!=''">
and arg1 = like concat('%',#{loggerName},'%')
and arg1 like concat('%',#{loggerName},'%')
</if>
<if test="employeeId != null and employeeId!=''">
and arg0 like concat(#{employeeId},':%')
......
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