|
@@ -123,7 +123,7 @@ func (c *ContractApi) PostReturnCreate() {
|
|
|
}
|
|
|
|
|
|
account := c.Ctx.Values().Get("account").(*models.CmProjectAccount)
|
|
|
- returnData.CreateUser = account.Account
|
|
|
+ returnData.CreateUser = account.Name
|
|
|
|
|
|
err = c.ServiceContract.ReturnCreate(returnData, projectId, bidsectionId, contractsId, projectAccountId)
|
|
|
contractData := c.ServiceContract.GetContract(contractsId)
|