...
|
...
|
@@ -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")
|
|
|
}
|
|
|
}
|
|
|
//目标值期限
|
...
|
...
|
|