作者 庄敏学

合并分支 'dev' 到 'test'

成本结构化人员处理



查看合并请求 !19
... ... @@ -331,6 +331,8 @@ func (srv ExcelDataService) ImportCost(importDataCommand *command.ImportDataComm
}
if user, ok := userMap[userName]; ok {
chargePersons = append(chargePersons, fmt.Sprintf("%v", user.UserId))
} else {
chargePersons = append(chargePersons, "0")
}
}
//目标值期限
... ...