...
|
...
|
@@ -342,6 +342,7 @@ func (srv ExcelDataService) ImportCost(importDataCommand *command.ImportDataComm |
|
|
ProjectCode: strings.TrimSpace(v["projectCode"]),
|
|
|
ItemName: strings.TrimSpace(v["itemName"]),
|
|
|
ChoiceId: choiceId,
|
|
|
Text: strings.TrimSpace(v["text"]),
|
|
|
Urls: []string{ossFile},
|
|
|
Formula: strings.TrimSpace(v["formula"]),
|
|
|
ChargePersons: chargePersons,
|
...
|
...
|
|