소스 검색

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

鲍自强 11 달 전
부모
커밋
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