xingzai 6 сар өмнө
parent
commit
799f1492fa

+ 4 - 0
controllers/company.go

@@ -8863,6 +8863,10 @@ func (this *CompanyController) AddRemark() {
 		br.Msg = "编辑失败"
 		br.ErrMsg = "编辑失败,Err:" + err.Error()
 	}
+
+	if productId == utils.COMPANY_PRODUCT_RAI_ID {
+
+	}
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "编辑成功"