浏览代码

Merge branch 'bzq1/mysteel_chemical_custom' of eta_server/eta_index_lib into debug

鲍自强 8 月之前
父节点
当前提交
54e4c96101
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/base_from_mysteel_chemical.go

+ 1 - 1
controllers/base_from_mysteel_chemical.go

@@ -87,7 +87,7 @@ func (this *MySteelChemicalController) Refresh() {
 		br.ErrMsg = "请输入指标编码,指标编码为空"
 		return
 	}
-	if req.EdbInfoId <= 0 {
+	if req.EdbInfoId < 0 {
 		br.Msg = "请输入指标ID!"
 		br.ErrMsg = "请输入指标ID"
 		return