提交 e8da9355 编写于 作者: ibizdev's avatar ibizdev

zhujiamin 发布系统代码 [TrainSys,网页端]

上级 17415379
...@@ -3,7 +3,7 @@ services: ...@@ -3,7 +3,7 @@ services:
trainsys-app-web: trainsys-app-web:
image: dstimage image: dstimage
ports: ports:
- "50100:80" - "80:80"
networks: networks:
- agent_network - agent_network
environment: environment:
......
...@@ -55,15 +55,6 @@ ...@@ -55,15 +55,6 @@
git clone -b master $para2 trainsys/ git clone -b master $para2 trainsys/
export NODE_OPTIONS=--max-old-space-size=4096 export NODE_OPTIONS=--max-old-space-size=4096
cd trainsys/ cd trainsys/
mkdir -p /var/lib/jenkins/appcache/A3064A91-F42D-4D7F-BC1C-4173A4F5772C
if [ -e app_Web/.dynamic ]
then
cd app_Web
else
cd app_Web/app
fi
sed -i "s#dstimage#registry.cn-shanghai.aliyuncs.com/ibizsys/ibizcloud-standardsys-app-webapp:2022.07.29.003#g" swarm.yaml
docker -H $para1 stack deploy --compose-file=swarm.yaml ebsx --with-registry-auth
</command> </command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>
......
...@@ -29,31 +29,31 @@ ...@@ -29,31 +29,31 @@
<dependency> <dependency>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-cloud</artifactId> <artifactId>ibiz-plugin-cloud</artifactId>
<version>8.1.0.183</version> <version>8.1.0.188</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-redis</artifactId> <artifactId>ibiz-plugin-redis</artifactId>
<version>8.1.0.183</version> <version>8.1.0.188</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-mybatisplus-spring-boot-starter</artifactId> <artifactId>ibiz-plugin-mybatisplus-spring-boot-starter</artifactId>
<version>8.1.0.183</version> <version>8.1.0.188</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-zookeeper</artifactId> <artifactId>ibiz-plugin-zookeeper</artifactId>
<version>8.1.0.183</version> <version>8.1.0.188</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ibizsys.plugin</groupId> <groupId>net.ibizsys.plugin</groupId>
<artifactId>ibiz-plugin-poi</artifactId> <artifactId>ibiz-plugin-poi</artifactId>
<version>8.1.0.183</version> <version>8.1.0.188</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</changeSet> </changeSet>
<!--输出实体[BOOK]数据结构 --> <!--输出实体[BOOK]数据结构 -->
<changeSet author="root" id="tab-book-139-3"> <changeSet author="root" id="tab-book-142-3">
<createTable tableName="T_BOOK"> <createTable tableName="T_BOOK">
<column name="BOOKNAME" remarks="" type="VARCHAR(200)"> <column name="BOOKNAME" remarks="" type="VARCHAR(200)">
</column> </column>
......
...@@ -169,6 +169,13 @@ ...@@ -169,6 +169,13 @@
"name" : "FIELD9", "name" : "FIELD9",
"codeName" : "Field9" "codeName" : "Field9"
} }
}, {
"id" : "field15",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD15",
"codeName" : "Field15"
}
}, { }, {
"id" : "field11", "id" : "field11",
"dataType" : 25, "dataType" : 25,
...@@ -672,6 +679,43 @@ ...@@ -672,6 +679,43 @@
"valueItemName" : "type", "valueItemName" : "type",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "数据选择无AC",
"codeName" : "field15",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field15",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD15",
"codeName" : "Field15"
},
"getPSEditor" : {
"editorParams" : {
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_NOAC",
"handlerType" : "PickupText",
"name" : "field15",
"enableAC" : false,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, { }, {
"caption" : "数据选择(下拉)", "caption" : "数据选择(下拉)",
"codeName" : "field11", "codeName" : "field11",
......
...@@ -290,6 +290,13 @@ ...@@ -290,6 +290,13 @@
"name" : "FIELD9", "name" : "FIELD9",
"codeName" : "Field9" "codeName" : "Field9"
} }
}, {
"id" : "field15",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD15",
"codeName" : "Field15"
}
}, { }, {
"id" : "field11", "id" : "field11",
"dataType" : 25, "dataType" : 25,
...@@ -793,6 +800,43 @@ ...@@ -793,6 +800,43 @@
"valueItemName" : "type", "valueItemName" : "type",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "数据选择无AC",
"codeName" : "field15",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field15",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD15",
"codeName" : "Field15"
},
"getPSEditor" : {
"editorParams" : {
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_NOAC",
"handlerType" : "PickupText",
"name" : "field15",
"enableAC" : false,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, { }, {
"caption" : "数据选择(下拉)", "caption" : "数据选择(下拉)",
"codeName" : "field11", "codeName" : "field11",
......
...@@ -3875,6 +3875,13 @@ ...@@ -3875,6 +3875,13 @@
"name" : "FIELD9", "name" : "FIELD9",
"codeName" : "Field9" "codeName" : "Field9"
} }
}, {
"id" : "field15",
"dataType" : 25,
"getPSAppDEField" : {
"name" : "FIELD15",
"codeName" : "Field15"
}
}, { }, {
"id" : "field11", "id" : "field11",
"dataType" : 25, "dataType" : 25,
...@@ -4378,6 +4385,43 @@ ...@@ -4378,6 +4385,43 @@
"valueItemName" : "type", "valueItemName" : "type",
"allowEmpty" : true, "allowEmpty" : true,
"showCaption" : true "showCaption" : true
}, {
"caption" : "数据选择无AC",
"codeName" : "field15",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"name" : "field15",
"noPrivDisplayMode" : 1,
"getPSAppDEField" : {
"name" : "FIELD15",
"codeName" : "Field15"
},
"getPSEditor" : {
"editorParams" : {
"AC" : "FALSE",
"TRIGGER" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorType" : "PICKEREX_NOAC",
"handlerType" : "PickupText",
"name" : "field15",
"enableAC" : false,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"allowEmpty" : true,
"showCaption" : true
}, { }, {
"caption" : "数据选择(下拉)", "caption" : "数据选择(下拉)",
"codeName" : "field11", "codeName" : "field11",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册