|
@@ -155,6 +155,7 @@ func (this *CompanyApplyController) ApplyServiceUpdate() {
|
|
}
|
|
}
|
|
if totalLastYear > 0 {
|
|
if totalLastYear > 0 {
|
|
raicontractType = "新签合同"
|
|
raicontractType = "新签合同"
|
|
|
|
+ req.ContractType = "新签合同"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -701,6 +702,10 @@ func (this *CompanyApplyController) ApplyTurnPositive() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ if productId == 2 {
|
|
|
|
+ contractType = raicontractType
|
|
|
|
+ }
|
|
|
|
|
|
var companyApprovalId int
|
|
var companyApprovalId int
|
|
|
|
|