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

tony001 部署微服务接口 [TrainSys,默认服务接口]

上级 b803b4d2
...@@ -55,6 +55,12 @@ ...@@ -55,6 +55,12 @@
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/
mvn clean package -Ptrainsys
mvn install -Ptrainsys
cd trainsys-provider
mvn -Ptrainsys docker:build
mvn -Ptrainsys docker:push
docker -H $para1 stack deploy --compose-file=src/main/docker/trainsys-provider-trainsys.yaml ebsx --with-registry-auth
</command> </command>
</hudson.tasks.Shell> </hudson.tasks.Shell>
</builders> </builders>
......
...@@ -507,6 +507,9 @@ ...@@ -507,6 +507,9 @@
}, { }, {
"name" : "UPDATEMAN", "name" : "UPDATEMAN",
"codeName" : "UpdateMan" "codeName" : "UpdateMan"
}, {
"name" : "DESCRIPTION",
"codeName" : "Description"
} ], } ],
"codeName" : "Table", "codeName" : "Table",
"name" : "T_BXD2", "name" : "T_BXD2",
...@@ -798,6 +801,12 @@ ...@@ -798,6 +801,12 @@
"queryCodeExp" : "t1.`TYPE`", "queryCodeExp" : "t1.`TYPE`",
"standardColumnName" : "`TYPE`" "standardColumnName" : "`TYPE`"
} ], } ],
"getAllPSDEFSearchModes" : [ {
"codeName" : "N_TYPE_EQ",
"name" : "N_TYPE_EQ",
"stdDataType" : 25,
"valueOP" : "EQ"
} ],
"getAllPSDEFUIModes" : [ { "getAllPSDEFUIModes" : [ {
"codeName" : "Default", "codeName" : "Default",
"name" : "[TYPE][报销类型]", "name" : "[TYPE][报销类型]",
...@@ -1093,7 +1102,7 @@ ...@@ -1093,7 +1102,7 @@
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXTAREA", "editorType" : "MOBTEXTAREA",
"name" : "[BXD2NAME][报销单2名称]移动端默认", "name" : "[BXD2NAME][报销单2名称]移动端默认",
"stringLength" : 100000, "stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
}, },
...@@ -1109,7 +1118,7 @@ ...@@ -1109,7 +1118,7 @@
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTAREA_10", "editorType" : "TEXTAREA_10",
"name" : "[BXD2NAME][报销单2名称]", "name" : "[BXD2NAME][报销单2名称]",
"stringLength" : 100000, "stringLength" : 1048576,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
...@@ -1124,16 +1133,16 @@ ...@@ -1124,16 +1133,16 @@
"getPSDEFVRConditions" : [ { "getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH", "condType" : "STRINGLENGTH",
"dEFName" : "BXD2NAME", "dEFName" : "BXD2NAME",
"maxValue" : 100000, "maxValue" : 1048576,
"name" : "默认字符串长度", "name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[100000]", "ruleInfo" : "内容长度必须小于等于[1048576]",
"includeMaxValue" : true, "includeMaxValue" : true,
"includeMinValue" : false, "includeMinValue" : false,
"keyCond" : true "keyCond" : true
} ], } ],
"ruleInfo" : "内容长度必须小于等于[100000]" "ruleInfo" : "内容长度必须小于等于[1048576]"
}, },
"ruleInfo" : "内容长度必须小于等于[100000]", "ruleInfo" : "内容长度必须小于等于[1048576]",
"checkDefault" : true, "checkDefault" : true,
"defaultMode" : true, "defaultMode" : true,
"enableBackend" : true, "enableBackend" : true,
...@@ -1146,7 +1155,7 @@ ...@@ -1146,7 +1155,7 @@
"getLNPSLanguageRes" : { "getLNPSLanguageRes" : {
"lanResTag" : "DEF.LNAME.BXD2NAME" "lanResTag" : "DEF.LNAME.BXD2NAME"
}, },
"length" : 100000, "length" : 1048576,
"logicName" : "报销单2名称", "logicName" : "报销单2名称",
"name" : "BXD2NAME", "name" : "BXD2NAME",
"getPSDEDBTable" : { "getPSDEDBTable" : {
...@@ -1159,7 +1168,7 @@ ...@@ -1159,7 +1168,7 @@
}, },
"serviceCodeName" : "BXD2Name", "serviceCodeName" : "BXD2Name",
"stdDataType" : 21, "stdDataType" : 21,
"stringLength" : 100000, "stringLength" : 1048576,
"valueFormat" : "%1$s", "valueFormat" : "%1$s",
"enableQuickSearch" : true, "enableQuickSearch" : true,
"majorDEField" : true, "majorDEField" : true,
...@@ -1417,6 +1426,83 @@ ...@@ -1417,6 +1426,83 @@
"valueFormat" : "%1$s", "valueFormat" : "%1$s",
"allowEmpty" : false, "allowEmpty" : false,
"systemReserver" : true "systemReserver" : true
}, {
"getAllPSDEFDTColumns" : [ {
"columnName" : "DESCRIPTION",
"dBType" : "MYSQL5",
"name" : "DESCRIPTION",
"standardColumnName" : "`DESCRIPTION`"
} ],
"getAllPSDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[DESCRIPTION][描述]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXTAREA",
"name" : "[DESCRIPTION][描述]移动端默认",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[DESCRIPTION][描述]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTAREA_10",
"name" : "[DESCRIPTION][描述]",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"getAllPSDEFValueRules" : [ {
"codeName" : "Default",
"name" : "默认规则",
"getPSDEFVRGroupCondition" : {
"condOp" : "AND",
"condType" : "GROUP",
"name" : "默认组",
"getPSDEFVRConditions" : [ {
"condType" : "STRINGLENGTH",
"dEFName" : "DESCRIPTION",
"maxValue" : 1048576,
"name" : "默认字符串长度",
"ruleInfo" : "内容长度必须小于等于[1048576]",
"includeMaxValue" : true,
"includeMinValue" : false,
"keyCond" : true
} ],
"ruleInfo" : "内容长度必须小于等于[1048576]"
},
"ruleInfo" : "内容长度必须小于等于[1048576]",
"checkDefault" : true,
"defaultMode" : true,
"enableBackend" : true,
"enableFront" : true
} ],
"codeName" : "Description",
"dEFType" : 1,
"dataType" : "LONGTEXT",
"importOrder" : 1000,
"length" : 1048576,
"logicName" : "描述",
"name" : "DESCRIPTION",
"getPSDEDBTable" : {
"modelref" : true,
"id" : "Table"
},
"getPSSysDBColumn" : {
"modelref" : true,
"id" : "DESCRIPTION"
},
"serviceCodeName" : "Description",
"stdDataType" : 21,
"stringLength" : 1048576,
"valueFormat" : "%1$s",
"queryColumn" : false
} ], } ],
"getAllPSDELogics" : [ { "getAllPSDELogics" : [ {
"codeName" : "test3", "codeName" : "test3",
...@@ -1577,7 +1663,7 @@ ...@@ -1577,7 +1663,7 @@
}, },
"sourceType" : "DEFIELD", "sourceType" : "DEFIELD",
"stdDataType" : 21, "stdDataType" : 21,
"stringLength" : 100000, "stringLength" : 1048576,
"type" : "SIMPLE" "type" : "SIMPLE"
}, { }, {
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
...@@ -1605,6 +1691,17 @@ ...@@ -1605,6 +1691,17 @@
"type" : "SIMPLE", "type" : "SIMPLE",
"allowEmpty" : false, "allowEmpty" : false,
"readOnly" : true "readOnly" : true
}, {
"logicName" : "描述",
"name" : "Description",
"getPSDEField" : {
"name" : "DESCRIPTION",
"codeName" : "Description"
},
"sourceType" : "DEFIELD",
"stdDataType" : 21,
"stringLength" : 1048576,
"type" : "SIMPLE"
}, { }, {
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
"logicName" : "更新时间", "logicName" : "更新时间",
...@@ -1681,6 +1778,20 @@ ...@@ -1681,6 +1778,20 @@
"sourceType" : "DEFSEARCHMODE", "sourceType" : "DEFSEARCHMODE",
"stdDataType" : 21, "stdDataType" : 21,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"logicName" : "报销类型",
"name" : "N_TYPE_EQ",
"getPSDEFSearchMode" : {
"modelref" : true,
"id" : "N_TYPE_EQ"
},
"getPSDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ], } ],
"sourceType" : "DE", "sourceType" : "DE",
"type" : "DEFILTER", "type" : "DEFILTER",
......
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
}, { }, {
"expression" : "t1.`CREATEMAN`", "expression" : "t1.`CREATEMAN`",
"name" : "CREATEMAN" "name" : "CREATEMAN"
}, {
"expression" : "t1.`DESCRIPTION`",
"name" : "DESCRIPTION"
}, { }, {
"expression" : "t1.`MXCOUNT`", "expression" : "t1.`MXCOUNT`",
"name" : "MXCOUNT" "name" : "MXCOUNT"
...@@ -26,6 +29,6 @@ ...@@ -26,6 +29,6 @@
"expression" : "t1.`UPDATEMAN`", "expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN" "name" : "UPDATEMAN"
} ], } ],
"queryCode" : "SELECT\nt1.`BXD2ID`,\nt1.`BXD2NAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`MXCOUNT`,\nt1.`TYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXD2` t1 \n", "queryCode" : "SELECT\nt1.`BXD2ID`,\nt1.`BXD2NAME`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DESCRIPTION`,\nt1.`MXCOUNT`,\nt1.`TYPE`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_BXD2` t1 \n",
"id" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json" "id" : "PSMODULES/Test/PSDATAENTITIES/BXD2/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
} }
\ No newline at end of file
...@@ -940,7 +940,7 @@ ...@@ -940,7 +940,7 @@
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXTAREA", "editorType" : "MOBTEXTAREA",
"name" : "[BXD2NAME][报销单2名称]移动端默认", "name" : "[BXD2NAME][报销单2名称]移动端默认",
"stringLength" : 100000, "stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
}, },
...@@ -956,7 +956,7 @@ ...@@ -956,7 +956,7 @@
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTAREA_10", "editorType" : "TEXTAREA_10",
"name" : "[BXD2NAME][报销单2名称]", "name" : "[BXD2NAME][报销单2名称]",
"stringLength" : 100000, "stringLength" : 1048576,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
...@@ -968,7 +968,7 @@ ...@@ -968,7 +968,7 @@
"logicName" : "报销单2名称", "logicName" : "报销单2名称",
"name" : "BXD2NAME", "name" : "BXD2NAME",
"stdDataType" : 21, "stdDataType" : 21,
"stringLength" : 100000, "stringLength" : 1048576,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"majorField" : true "majorField" : true
}, { }, {
...@@ -1097,6 +1097,37 @@ ...@@ -1097,6 +1097,37 @@
"name" : "UPDATEMAN", "name" : "UPDATEMAN",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 60 "stringLength" : 60
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[DESCRIPTION][描述]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXTAREA",
"name" : "[DESCRIPTION][描述]移动端默认",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[DESCRIPTION][描述]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTAREA_10",
"name" : "[DESCRIPTION][描述]",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"codeName" : "Description",
"logicName" : "描述",
"name" : "DESCRIPTION",
"stdDataType" : 21,
"stringLength" : 1048576
} ], } ],
"getAllPSAppDELogics" : [ { "getAllPSAppDELogics" : [ {
"codeName" : "testAsyncAction", "codeName" : "testAsyncAction",
...@@ -1260,6 +1291,17 @@ ...@@ -1260,6 +1291,17 @@
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE", "type" : "SIMPLE",
"allowEmpty" : false "allowEmpty" : false
}, {
"codeName" : "Description",
"logicName" : "描述",
"name" : "Description",
"getPSAppDEField" : {
"name" : "DESCRIPTION",
"codeName" : "Description"
},
"sourceType" : "DEFIELD",
"stdDataType" : 21,
"type" : "SIMPLE"
}, { }, {
"codeName" : "UpdateDate", "codeName" : "UpdateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
...@@ -1330,6 +1372,17 @@ ...@@ -1330,6 +1372,17 @@
"sourceType" : "DEFSEARCHMODE", "sourceType" : "DEFSEARCHMODE",
"stdDataType" : 21, "stdDataType" : 21,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "N_TYPE_EQ",
"logicName" : "报销类型",
"name" : "N_TYPE_EQ",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ], } ],
"sourceType" : "DE", "sourceType" : "DE",
"type" : "DEFILTER" "type" : "DEFILTER"
......
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
"HEIGHT" : "200" "HEIGHT" : "200"
}, },
"editorType" : "TEXTAREA_10", "editorType" : "TEXTAREA_10",
"maxLength" : 100000, "maxLength" : 1048576,
"name" : "bxd2name", "name" : "bxd2name",
"showMaxLength" : true "showMaxLength" : true
}, },
......
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTAREA", "editorType" : "TEXTAREA",
"maxLength" : 100000, "maxLength" : 1048576,
"name" : "formitem", "name" : "formitem",
"showMaxLength" : true "showMaxLength" : true
}, },
......
...@@ -396,7 +396,7 @@ ...@@ -396,7 +396,7 @@
"HEIGHT" : "200" "HEIGHT" : "200"
}, },
"editorType" : "TEXTAREA_10", "editorType" : "TEXTAREA_10",
"maxLength" : 100000, "maxLength" : 1048576,
"name" : "bxd2name", "name" : "bxd2name",
"showMaxLength" : true "showMaxLength" : true
}, },
......
...@@ -802,7 +802,7 @@ ...@@ -802,7 +802,7 @@
}, },
"getPSEditor" : { "getPSEditor" : {
"editorType" : "TEXTAREA", "editorType" : "TEXTAREA",
"maxLength" : 100000, "maxLength" : 1048576,
"name" : "formitem", "name" : "formitem",
"showMaxLength" : true "showMaxLength" : true
}, },
......
...@@ -999,7 +999,7 @@ ...@@ -999,7 +999,7 @@
"HEIGHT" : "200" "HEIGHT" : "200"
}, },
"editorType" : "TEXTAREA_10", "editorType" : "TEXTAREA_10",
"maxLength" : 100000, "maxLength" : 1048576,
"name" : "bxd2name", "name" : "bxd2name",
"showMaxLength" : true "showMaxLength" : true
}, },
......
...@@ -309,7 +309,7 @@ ...@@ -309,7 +309,7 @@
"HEIGHT" : "200" "HEIGHT" : "200"
}, },
"editorType" : "TEXTAREA_10", "editorType" : "TEXTAREA_10",
"maxLength" : 100000, "maxLength" : 1048576,
"name" : "bxd2name", "name" : "bxd2name",
"showMaxLength" : true "showMaxLength" : true
}, },
......
...@@ -13528,28 +13528,28 @@ ...@@ -13528,28 +13528,28 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-弹出", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-视图上方", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg10"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg9"
} }
} ], } ],
"uniqueTag" : "VMGroup4" "uniqueTag" : "VMGroup4"
...@@ -13557,6 +13557,25 @@ ...@@ -13557,6 +13557,25 @@
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg9"
}
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -13575,12 +13594,6 @@ ...@@ -13575,12 +13594,6 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg11"
}
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -13589,23 +13602,10 @@ ...@@ -13589,23 +13602,10 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "消息类型-警告信息", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg11"
} }
} ], } ],
"uniqueTag" : "VMGroup8" "uniqueTag" : "VMGroup8"
...@@ -13613,22 +13613,22 @@ ...@@ -13613,22 +13613,22 @@
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
"name" : "视图消息关闭模式", "name" : "视图消息关闭模式",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "关闭模式-删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-默认删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg11"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-默认删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg12"
} }
} ], } ],
"uniqueTag" : "VMGroup5" "uniqueTag" : "VMGroup5"
...@@ -13636,16 +13636,16 @@ ...@@ -13636,16 +13636,16 @@
"codeName" : "VMGroup6", "codeName" : "VMGroup6",
"name" : "视图消息动态模式测试", "name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-实体数据集", "name" : "动态模式-静态内容",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg14" "id" : "ViewMsg15"
} }
}, { }, {
"name" : "动态模式-静态内容", "name" : "动态模式-实体数据集",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg15" "id" : "ViewMsg14"
} }
} ], } ],
"uniqueTag" : "VMGroup6" "uniqueTag" : "VMGroup6"
...@@ -66760,7 +66760,7 @@ ...@@ -66760,7 +66760,7 @@
"codeName" : "MobileDefault", "codeName" : "MobileDefault",
"editorType" : "MOBTEXTAREA", "editorType" : "MOBTEXTAREA",
"name" : "[BXD2NAME][报销单2名称]移动端默认", "name" : "[BXD2NAME][报销单2名称]移动端默认",
"stringLength" : 100000, "stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT", "uIMode" : "MOBILEDEFAULT",
"mobileMode" : true "mobileMode" : true
}, },
...@@ -66776,7 +66776,7 @@ ...@@ -66776,7 +66776,7 @@
"codeName" : "Default", "codeName" : "Default",
"editorType" : "TEXTAREA_10", "editorType" : "TEXTAREA_10",
"name" : "[BXD2NAME][报销单2名称]", "name" : "[BXD2NAME][报销单2名称]",
"stringLength" : 100000, "stringLength" : 1048576,
"uIMode" : "DEFAULT" "uIMode" : "DEFAULT"
}, },
"type" : "DEFAULT" "type" : "DEFAULT"
...@@ -66788,7 +66788,7 @@ ...@@ -66788,7 +66788,7 @@
"logicName" : "报销单2名称", "logicName" : "报销单2名称",
"name" : "BXD2NAME", "name" : "BXD2NAME",
"stdDataType" : 21, "stdDataType" : 21,
"stringLength" : 100000, "stringLength" : 1048576,
"enableQuickSearch" : true, "enableQuickSearch" : true,
"majorField" : true "majorField" : true
}, { }, {
...@@ -66917,6 +66917,37 @@ ...@@ -66917,6 +66917,37 @@
"name" : "UPDATEMAN", "name" : "UPDATEMAN",
"stdDataType" : 25, "stdDataType" : 25,
"stringLength" : 60 "stringLength" : 60
}, {
"getAllPSAppDEFUIModes" : [ {
"codeName" : "MobileDefault",
"name" : "[DESCRIPTION][描述]移动端默认",
"getPSDEFFormItem" : {
"codeName" : "MobileDefault",
"editorType" : "MOBTEXTAREA",
"name" : "[DESCRIPTION][描述]移动端默认",
"stringLength" : 1048576,
"uIMode" : "MOBILEDEFAULT",
"mobileMode" : true
},
"type" : "MOBILEDEFAULT",
"mobileMode" : true
}, {
"codeName" : "Default",
"name" : "[DESCRIPTION][描述]",
"getPSDEFFormItem" : {
"codeName" : "Default",
"editorType" : "TEXTAREA_10",
"name" : "[DESCRIPTION][描述]",
"stringLength" : 1048576,
"uIMode" : "DEFAULT"
},
"type" : "DEFAULT"
} ],
"codeName" : "Description",
"logicName" : "描述",
"name" : "DESCRIPTION",
"stdDataType" : 21,
"stringLength" : 1048576
} ], } ],
"getAllPSAppDELogics" : [ { "getAllPSAppDELogics" : [ {
"codeName" : "testAsyncAction", "codeName" : "testAsyncAction",
...@@ -67080,6 +67111,17 @@ ...@@ -67080,6 +67111,17 @@
"stdDataType" : 25, "stdDataType" : 25,
"type" : "SIMPLE", "type" : "SIMPLE",
"allowEmpty" : false "allowEmpty" : false
}, {
"codeName" : "Description",
"logicName" : "描述",
"name" : "Description",
"getPSAppDEField" : {
"name" : "DESCRIPTION",
"codeName" : "Description"
},
"sourceType" : "DEFIELD",
"stdDataType" : 21,
"type" : "SIMPLE"
}, { }, {
"codeName" : "UpdateDate", "codeName" : "UpdateDate",
"jsonFormat" : "yyyy-MM-dd HH:mm:ss", "jsonFormat" : "yyyy-MM-dd HH:mm:ss",
...@@ -67150,6 +67192,17 @@ ...@@ -67150,6 +67192,17 @@
"sourceType" : "DEFSEARCHMODE", "sourceType" : "DEFSEARCHMODE",
"stdDataType" : 21, "stdDataType" : 21,
"type" : "SIMPLE" "type" : "SIMPLE"
}, {
"codeName" : "N_TYPE_EQ",
"logicName" : "报销类型",
"name" : "N_TYPE_EQ",
"getPSAppDEField" : {
"name" : "TYPE",
"codeName" : "Type"
},
"sourceType" : "DEFSEARCHMODE",
"stdDataType" : 25,
"type" : "SIMPLE"
} ], } ],
"sourceType" : "DE", "sourceType" : "DE",
"type" : "DEFILTER" "type" : "DEFILTER"
...@@ -1054,10 +1054,9 @@ ...@@ -1054,10 +1054,9 @@
"pKey" : true "pKey" : true
}, { }, {
"codeName" : "BXD2NAME", "codeName" : "BXD2NAME",
"length" : 200,
"logicName" : "报销单2名称", "logicName" : "报销单2名称",
"name" : "BXD2NAME", "name" : "BXD2NAME",
"stdDataType" : 25, "stdDataType" : 21,
"nullable" : true "nullable" : true
}, { }, {
"codeName" : "CREATEDATE", "codeName" : "CREATEDATE",
...@@ -1073,6 +1072,13 @@ ...@@ -1073,6 +1072,13 @@
"name" : "CREATEMAN", "name" : "CREATEMAN",
"stdDataType" : 25, "stdDataType" : 25,
"nullable" : true "nullable" : true
}, {
"codeName" : "DESCRIPTION",
"length" : 1048576,
"logicName" : "描述",
"name" : "DESCRIPTION",
"stdDataType" : 21,
"nullable" : true
}, { }, {
"codeName" : "MXCOUNT", "codeName" : "MXCOUNT",
"length" : 100, "length" : 100,
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<profiles> <profiles>
<profile> <profile>
<id>runtime</id> <id>trainsys</id>
<build> <build>
<resources> <resources>
<resource> <resource>
......
...@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \ ...@@ -10,6 +10,6 @@ CMD echo "The application will start in ${IBIZ_SLEEP}s..." && \
sleep ${IBIZ_SLEEP} && \ sleep ${IBIZ_SLEEP} && \
java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /trainsys-provider.jar java ${JAVA_OPTS} -Duser.timezone=$TZ -Djava.security.egd=file:/dev/./urandom -jar /trainsys-provider.jar
EXPOSE 8081 EXPOSE 50000
ADD trainsys-provider.jar /trainsys-provider.jar ADD trainsys-provider.jar /trainsys-provider.jar
...@@ -22,7 +22,32 @@ spec: ...@@ -22,7 +22,32 @@ spec:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8081 - containerPort: 50000
env:
- name: SPRING_CLOUD_NACOS_DISCOVERY_IP
value: "172.16.240.140"
- name: SERVER_PORT
value: "50000"
- name: SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR
value: "172.16.240.140:8848"
- name: SPRING_REDIS_HOST
value: "127.0.0.1"
- name: SPRING_REDIS_PORT
value: "6379"
- name: SPRING_REDIS_DATABASE
value: "0"
- name: SPRING_DATASOURCE_USERNAME
value: "a_LAB01_d23cc850e"
- name: SPRING_DATASOURCE_PASSWORD
value: "f9Df4556"
- name: SPRING_DATASOURCE_URL
value: "jdbc:mysql://172.16.186.185:3306/a_LAB01_d23cc850e?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true&serverTimezone=GMT%2B8"
- name: SPRING_DATASOURCE_DRIVER-CLASS-NAME
value: "com.mysql.jdbc.Driver"
- name: SPRING_DATASOURCE_DEFAULTSCHEMA
value: "a_LAB01_d23cc850e"
- name: NACOS
value: "172.16.240.140:8848"
--- ---
apiVersion: v1 apiVersion: v1
...@@ -35,9 +60,9 @@ spec: ...@@ -35,9 +60,9 @@ spec:
type: NodePort type: NodePort
ports: ports:
- name: http - name: http
port: 8081 port: 50000
targetPort: 8081 targetPort: 50000
nodePort: 8081 nodePort: 50000
protocol: TCP protocol: TCP
selector: selector:
app: trainsys-provider app: trainsys-provider
......
...@@ -3,9 +3,23 @@ services: ...@@ -3,9 +3,23 @@ services:
trainsys-provider: trainsys-provider:
image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest image: registry.cn-shanghai.aliyuncs.com/ibizsys/trainsys-provider:latest
ports: ports:
- "8081:8081" - "50000:50000"
networks: networks:
- agent_network - agent_network
environment:
- SPRING_CLOUD_NACOS_DISCOVERY_IP=172.16.240.140
- SERVER_PORT=50000
- SPRING_CLOUD_NACOS_DISCOVERY_SERVER-ADDR=172.16.240.140:8848
- SPRING_CLOUD_NACOS_CONFIG_SERVER-ADDR=172.16.240.140:8848
- SPRING_REDIS_HOST=127.0.0.1
- SPRING_REDIS_PORT=6379
- SPRING_REDIS_DATABASE=0
- SPRING_DATASOURCE_USERNAME=a_LAB01_d23cc850e
- SPRING_DATASOURCE_PASSWORD=f9Df4556
- SPRING_DATASOURCE_URL=jdbc:mysql://172.16.186.185:3306/a_LAB01_d23cc850e?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true&serverTimezone=Asia/Shanghai&allowMultiQueries=true&serverTimezone=GMT%2B8
- SPRING_DATASOURCE_DRIVER-CLASS-NAME=com.mysql.jdbc.Driver
- SPRING_DATASOURCE_DEFAULTSCHEMA=a_LAB01_d23cc850e
- NACOS=172.16.240.140:8848
deploy: deploy:
resources: resources:
limits: limits:
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册