Commit 80be1447 authored by nie'hong's avatar nie'hong

完善工时统计

parent 383d6452
......@@ -212,7 +212,7 @@
AND modify_time>=#{startModifyTime}
</if>
<if test="startWorkDay != null">
AND work_day>=#{startWorkTime}
AND work_day>=#{startWorkDay}
</if>
<if test="projectIdList != null">
AND project_id IN
......
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