Browse Source

重新生成工时表

master
陈裕财 4 years ago
parent
commit
f634910afd
  1. 1
      xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskWorkloadMapper.xml

1
xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskWorkloadMapper.xml

@ -156,6 +156,7 @@
<where>
<include refid="whereForMap"/>
<include refid="where"/>
and res.detail_id is null
</where>
group by res.project_id,res.task_id,res.userid
) as res on res.task_id = task.id

Loading…
Cancel
Save