Commit 8a2a386b authored by 耿迪迪's avatar 耿迪迪

安检量统计小程序查询当前登录人

parent 5e3a8862
......@@ -450,6 +450,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
task.status = 0
<if test="beginTime != null and endTime != null"> and inspect.create_time between #{beginTime} and #{endTime}</if>
<if test="village != null"> and u.village = #{village}</if>
<if test="memberId != null"> and inspect.member_id = #{memberId}</if>
</where>
GROUP BY inspect.member_id,inspect.task_id;
</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