|
@@ -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 {
|