ziwen 2 tahun lalu
induk
melakukan
93a66d540b
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      controller/contract/register.go

+ 2 - 2
controller/contract/register.go

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