Эх сурвалжийг харах

Merge branch 'crm_16.6' of http://8.136.199.33:3000/hongze/fms_api into debug

zhangchuanxing 1 долоо хоног өмнө
parent
commit
b37e132206

+ 1 - 0
controller/crm/contract.go

@@ -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),