浏览代码

Merge branch 'dev/v4.8.51_rjj' of qmx/jy into feature/v4.8.51

renjiaojiao 1 年之前
父节点
当前提交
93be696c69
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/jfw/front/pcIndex.go

+ 1 - 0
src/jfw/front/pcIndex.go

@@ -582,6 +582,7 @@ func getstypeMap() []map[string][]map[string]interface{} {
 			stypename := util.ObjToString(stype["NAME"])
 			if stypename == "拟建" {
 				stypename = "拟建项目"
+				continue
 			}
 			m[stypename] = k
 		}