@@ -9,7 +9,7 @@ fi
# 项目名称
proj=$1
# 透传编号
-if [ "$2" -gt 10 ]; then
+if [ "$2" -ge 10 ]; then
port=$2
else
port="0$2"