瀏覽代碼

no message

xingzai 6 月之前
父節點
當前提交
799f1492fa
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      controllers/company.go

+ 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 = "编辑成功"