|
@@ -340,6 +340,7 @@ func (rg *ContractController) SealList(c *gin.Context) {
|
|
|
SellerId: list[i].UserId,
|
|
|
SellerName: list[i].UserName,
|
|
|
ContractType: list[i].ServiceType,
|
|
|
+ Price: list[i].Money,
|
|
|
ContractTypeInt: contractTypeInt,
|
|
|
ContractBusinessTypeInt: 1, // 业务合同
|
|
|
StartDate: utils.TimeTransferString(utils.FormatDate, list[i].StartDate),
|