...
|
...
|
@@ -199,6 +199,7 @@ func (e *exportData2) setData(param []dao.ExportData1) { |
|
|
child = e.rowSort.addChild(v.BeginDay) //日期
|
|
|
child.addChild(v.TargetUserId) //员工id
|
|
|
key := e.dataKey(v.TargetUserId, v.BeginDay, v.Category, v.ContentName)
|
|
|
//整理 员工填写的数据
|
|
|
e.data[key] = &strings.Builder{}
|
|
|
e.data[key].WriteString(v.Value + "\n")
|
|
|
for _, v2 := range v.Remark {
|
...
|
...
|
|