Explorar el Código

Merge branch 'fms_2.5' into debug

ziwen hace 2 años
padre
commit
b6d14dfd7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controller/contract/register.go

+ 1 - 1
controller/contract/register.go

@@ -1026,7 +1026,7 @@ func (rg *RegisterController) UpdateStatus(c *gin.Context) {
 	}
 
 	// 校验金额-是否修改状态
-	go fmsService.CheckContractRegisterAmount(req.ContractRegisterId)
+	fmsService.CheckContractRegisterAmount(req.ContractRegisterId)
 
 	// 操作日志
 	go func() {