正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -331,6 +331,8 @@ func (srv ExcelDataService) ImportCost(importDataCommand *command.ImportDataComm | @@ -331,6 +331,8 @@ func (srv ExcelDataService) ImportCost(importDataCommand *command.ImportDataComm | ||
331 | } | 331 | } |
332 | if user, ok := userMap[userName]; ok { | 332 | if user, ok := userMap[userName]; ok { |
333 | chargePersons = append(chargePersons, fmt.Sprintf("%v", user.UserId)) | 333 | chargePersons = append(chargePersons, fmt.Sprintf("%v", user.UserId)) |
334 | + } else { | ||
335 | + chargePersons = append(chargePersons, "0") | ||
334 | } | 336 | } |
335 | } | 337 | } |
336 | //目标值期限 | 338 | //目标值期限 |
-
请 注册 或 登录 后发表评论