Commit 0e0ce331 by 张祺

修改查询审核中的任务信息

parent c4c70b6a
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<when test="queryType == 1"> <when test="queryType == 1">
and enter_users like concat('%,', #{userId}, ',%') and enter_users like concat('%,', #{userId}, ',%')
</when> </when>
<when test="queryType == 1"> <when test="queryType == 2">
and audit_users like concat('%,', #{userId}, ',%') and audit_users like concat('%,', #{userId}, ',%')
</when> </when>
<otherwise> <otherwise>
......
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