|
@@ -1026,7 +1026,7 @@ func (rg *RegisterController) UpdateStatus(c *gin.Context) {
|
|
|
}
|
|
|
|
|
|
// 校验金额-是否修改状态
|
|
|
- go fmsService.CheckContractRegisterAmount(req.ContractRegisterId)
|
|
|
+ fmsService.CheckContractRegisterAmount(req.ContractRegisterId)
|
|
|
|
|
|
// 操作日志
|
|
|
go func() {
|
|
@@ -1779,8 +1779,8 @@ func (rg *RegisterController) Export(c *gin.Context) {
|
|
|
fms.ContractTypebehalf: 1,
|
|
|
}
|
|
|
contractSubTMap := map[int]int{
|
|
|
- fms.NewContractTypeNew: 0,
|
|
|
- fms.NewContractTypeRenew: 1,
|
|
|
+ fms.NewContractTypeNew: 1,
|
|
|
+ fms.NewContractTypeRenew: 0,
|
|
|
fms.NewContractTypePlus: 2, // 代付合同
|
|
|
}
|
|
|
for _, v := range list {
|