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

tony001 发布系统代码 [后台服务,演示应用]

上级 8397fa1a
......@@ -174,10 +174,10 @@ function getLocaleResourceBase(){
longitude: commonLogic.appcommonhandle("经度",null),
latitude: commonLogic.appcommonhandle("纬度",null),
formitem17: commonLogic.appcommonhandle("地址选择",null),
formitem9: commonLogic.appcommonhandle("地址选择(Cascader)",null),
formitem: commonLogic.appcommonhandle("信息展示",null),
formitem3: commonLogic.appcommonhandle("多选穿梭框",null),
formitem4: commonLogic.appcommonhandle("CRON表达式组件",null),
formitem9: commonLogic.appcommonhandle("级联选择",null),
formitem7: commonLogic.appcommonhandle("信息展示",null),
formitem8: commonLogic.appcommonhandle("支持拖拽",null),
formitem2: commonLogic.appcommonhandle("安永文件上传",null),
......
......@@ -174,10 +174,10 @@ function getLocaleResourceBase(){
longitude: commonLogic.appcommonhandle("经度",null),
latitude: commonLogic.appcommonhandle("纬度",null),
formitem17: commonLogic.appcommonhandle("地址选择",null),
formitem9: commonLogic.appcommonhandle("地址选择(Cascader)",null),
formitem: commonLogic.appcommonhandle("信息展示",null),
formitem3: commonLogic.appcommonhandle("多选穿梭框",null),
formitem4: commonLogic.appcommonhandle("CRON表达式组件",null),
formitem9: commonLogic.appcommonhandle("级联选择",null),
formitem7: commonLogic.appcommonhandle("信息展示",null),
formitem8: commonLogic.appcommonhandle("支持拖拽",null),
formitem2: commonLogic.appcommonhandle("安永文件上传",null),
......
......@@ -174,10 +174,10 @@ function getLocaleResourceBase(){
longitude: commonLogic.appcommonhandle("经度",null),
latitude: commonLogic.appcommonhandle("纬度",null),
formitem17: commonLogic.appcommonhandle("地址选择",null),
formitem9: commonLogic.appcommonhandle("地址选择(Cascader)",null),
formitem: commonLogic.appcommonhandle("信息展示",null),
formitem3: commonLogic.appcommonhandle("多选穿梭框",null),
formitem4: commonLogic.appcommonhandle("CRON表达式组件",null),
formitem9: commonLogic.appcommonhandle("级联选择",null),
formitem7: commonLogic.appcommonhandle("信息展示",null),
formitem8: commonLogic.appcommonhandle("支持拖拽",null),
formitem2: commonLogic.appcommonhandle("安永文件上传",null),
......
......@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合
*
* @returns {any[]}
* @memberof Usr2Dataviewexpbar_dataviewMode
* @memberof Usr2DataViewMode
*/
public getDataItems(): any[] {
return [
......@@ -40,6 +40,17 @@ export default class Usr2Model {
dataType: 'FONTKEY',
},
{
name: 'n_ibizbookname_like',
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
name:'size',
......
......@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async load(opt: any = {}, isReset: boolean = false): Promise<any> {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.fetchAction') as string) });
return;
}
const arg: any = {...opt};
......@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public async remove(datas: any[]): Promise<any> {
if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.gridpage.notConfig.removeAction') as string) });
return;
}
let _datas:any[] = [];
......@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try {
if(Object.is(item.rowDataState, 'create')){
if(!this.createAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.createAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
let response = await this.service.add(this.createAction, JSON.parse(JSON.stringify(this.context)),item, this.showBusyIndicator);
......@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}else if(Object.is(item.rowDataState, 'update')){
if(!this.updateAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr4DataView' + (this.$t('app.list.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKTestCLDataView' + (this.$t('app.list.notConfig.updateAction') as string) });
}else{
Object.assign(item,{viewparams:this.viewparams});
if(item.ibizbook){
......
......@@ -70,11 +70,6 @@ export default class Usr4Model {
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
......
......@@ -144,27 +144,6 @@ dataType="LONGTEXT" unitName="" :precision="0"
<app-address-selection :value="data.formitem17" placeholder="地址选择" :disabled="detailsModel.formitem17.disabled" style=""></app-address-selection>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.formitem9.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }" :xl="{ span: 6, offset: 0 }">
<app-form-item name='formitem9' :itemRules="this.rules().formitem9" class='' :caption="$t('entities.ibizsample0001.main5_form.details.formitem9')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.formitem9.error" :isEmptyCaption="false" labelPos="LEFT">
<app-address-cascader
:value="data.formitem9"
:data="data"
:context="context"
:viewparams="viewparams"
name="formitem9"
:localContext ='{ }'
:localParam ='{ }'
:disabled="detailsModel.formitem9.disabled"
tag='CodeList44'
codelistType='STATIC'
@change="onFormItemValueChange"
style="">
</app-address-cascader>
</app-form-item>
</i-col>
</row>
......@@ -213,6 +192,27 @@ dataType="LONGTEXT" unitName="" :precision="0"
placeholder='请选择...' />
</app-form-item>
</i-col>
<i-col v-show="detailsModel.formitem9.visible" :style="{}" :sm="{ span: 6, offset: 0 }" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }" :xl="{ span: 6, offset: 0 }">
<app-form-item name='formitem9' :itemRules="this.rules().formitem9" class='' :caption="$t('entities.ibizsample0001.main5_form.details.formitem9')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.formitem9.error" :isEmptyCaption="false" labelPos="LEFT">
<app-address-cascader
:value="data.formitem9"
:data="data"
:context="context"
:viewparams="viewparams"
name="formitem9"
:localContext ='{ }'
:localParam ='{ }'
:disabled="detailsModel.formitem9.disabled"
tag='CodeList44'
codelistType='STATIC'
@change="onFormItemValueChange"
style="">
</app-address-cascader>
</app-form-item>
</i-col>
</row>
......@@ -761,10 +761,10 @@ export default class Main5Base extends Vue implements ControlInterface {
longitude: null,
latitude: null,
formitem17: null,
formitem9: null,
formitem: null,
formitem3: null,
formitem4: null,
formitem9: null,
formitem7: null,
formitem8: null,
formitem2: null,
......@@ -863,10 +863,6 @@ export default class Main5Base extends Vue implements ControlInterface {
{ required: this.detailsModel.formitem17.required, type: 'string', message: '地址选择 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem17.required, type: 'string', message: '地址选择 值不能为空', trigger: 'blur' },
],
formitem9: [
{ required: this.detailsModel.formitem9.required, type: 'string', message: '地址选择(Cascader) 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem9.required, type: 'string', message: '地址选择(Cascader) 值不能为空', trigger: 'blur' },
],
formitem: [
{ required: this.detailsModel.formitem.required, type: 'string', message: '信息展示 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem.required, type: 'string', message: '信息展示 值不能为空', trigger: 'blur' },
......@@ -879,6 +875,10 @@ export default class Main5Base extends Vue implements ControlInterface {
{ required: this.detailsModel.formitem4.required, type: 'string', message: 'CRON表达式组件 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem4.required, type: 'string', message: 'CRON表达式组件 值不能为空', trigger: 'blur' },
],
formitem9: [
{ required: this.detailsModel.formitem9.required, type: 'string', message: '级联选择 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem9.required, type: 'string', message: '级联选择 值不能为空', trigger: 'blur' },
],
formitem7: [
{ required: this.detailsModel.formitem7.required, type: 'string', message: '信息展示 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem7.required, type: 'string', message: '信息展示 值不能为空', trigger: 'blur' },
......@@ -1059,14 +1059,14 @@ export default class Main5Base extends Vue implements ControlInterface {
latitude: new FormItemModel({ caption: '纬度', detailType: 'FORMITEM', name: 'latitude', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem17: new FormItemModel({ caption: '地址选择', detailType: 'FORMITEM', name: 'formitem17', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem9: new FormItemModel({ caption: '地址选择(Cascader)', detailType: 'FORMITEM', name: 'formitem9', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem: new FormItemModel({ caption: '信息展示', detailType: 'FORMITEM', name: 'formitem', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem3: new FormItemModel({ caption: '多选穿梭框', detailType: 'FORMITEM', name: 'formitem3', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem4: new FormItemModel({ caption: 'CRON表达式组件', detailType: 'FORMITEM', name: 'formitem4', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem9: new FormItemModel({ caption: '级联选择', detailType: 'FORMITEM', name: 'formitem9', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem7: new FormItemModel({ caption: '信息展示', detailType: 'FORMITEM', name: 'formitem7', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
......@@ -1312,18 +1312,6 @@ export default class Main5Base extends Vue implements ControlInterface {
this.formDataChange({ name: 'formitem17', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 formitem9 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof Main5Base
*/
@Watch('data.formitem9')
onFormitem9Change(newVal: any, oldVal: any) {
this.formDataChange({ name: 'formitem9', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 formitem 值
*
......@@ -1360,6 +1348,18 @@ export default class Main5Base extends Vue implements ControlInterface {
this.formDataChange({ name: 'formitem4', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 formitem9 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof Main5Base
*/
@Watch('data.formitem9')
onFormitem9Change(newVal: any, oldVal: any) {
this.formDataChange({ name: 'formitem9', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 formitem7 值
*
......
......@@ -111,10 +111,6 @@ export default class Main5Model {
prop: 'field03',
dataType: 'LONGTEXT',
},
{
name: 'formitem9',
dataType:'FORMITEM',
},
{
name: 'formitem',
prop: 'field04',
......@@ -130,6 +126,10 @@ export default class Main5Model {
prop: 'field09',
dataType: 'DATE',
},
{
name: 'formitem9',
dataType:'FORMITEM',
},
{
name: 'formitem7',
prop: 'picture',
......
......@@ -158,9 +158,6 @@
"name" : "FIELD03",
"codeName" : "Field03"
}
}, {
"id" : "formitem9",
"dataType" : 25
}, {
"id" : "formitem",
"dataType" : 21,
......@@ -182,6 +179,9 @@
"name" : "FIELD09",
"codeName" : "Field09"
}
}, {
"id" : "formitem9",
"dataType" : 25
}, {
"id" : "formitem7",
"dataType" : 25,
......@@ -740,43 +740,6 @@
"valueItemName" : "formitem18",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "地址选择(Cascader)",
"codeName" : "formitem9",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem9",
"name" : "formitem9",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorParams" : {
"AC" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorStyle" : "CASCADER",
"editorType" : "PICKER",
"name" : "formitem9",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 6,
"colMD" : 6,
"colSM" : 6,
"colXS" : 6,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem9",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -946,6 +909,40 @@
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"caption" : "级联选择",
"codeName" : "formitem9",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem9",
"name" : "formitem9",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorStyle" : "CASCADER",
"editorType" : "DROPDOWNLIST",
"name" : "formitem9",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
},
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 6,
"colMD" : 6,
"colSM" : 6,
"colXS" : 6,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem9",
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......
......@@ -287,9 +287,6 @@
"name" : "FIELD03",
"codeName" : "Field03"
}
}, {
"id" : "formitem9",
"dataType" : 25
}, {
"id" : "formitem",
"dataType" : 21,
......@@ -311,6 +308,9 @@
"name" : "FIELD09",
"codeName" : "Field09"
}
}, {
"id" : "formitem9",
"dataType" : 25
}, {
"id" : "formitem7",
"dataType" : 25,
......@@ -869,43 +869,6 @@
"valueItemName" : "formitem18",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "地址选择(Cascader)",
"codeName" : "formitem9",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem9",
"name" : "formitem9",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorParams" : {
"AC" : "TRUE",
"PICKUPVIEW" : "TRUE"
},
"editorStyle" : "CASCADER",
"editorType" : "PICKER",
"name" : "formitem9",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
"showTrigger" : true,
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 6,
"colMD" : 6,
"colSM" : 6,
"colXS" : 6,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem9",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......@@ -1075,6 +1038,40 @@
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
}, {
"caption" : "级联选择",
"codeName" : "formitem9",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
"enableCond" : 3,
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem9",
"name" : "formitem9",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorStyle" : "CASCADER",
"editorType" : "DROPDOWNLIST",
"name" : "formitem9",
"getPSAppCodeList" : {
"modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPCODELISTS/CodeList44.json"
},
"singleSelect" : true
},
"getPSLayoutPos" : {
"colLG" : 6,
"colMD" : 6,
"colSM" : 6,
"colXS" : 6,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem9",
"allowEmpty" : true,
"needCodeListConfig" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"childColLG" : -1,
......
......@@ -2113,9 +2113,9 @@
}, {
"codeName" : "CASCADER",
"containerType" : "FORMITEM",
"editorType" : "PICKER",
"editorType" : "DROPDOWNLIST",
"mOSFilePath" : "pssysapps/Web/psappeditorstylerefs/CASCADER",
"name" : "数据选择(地址选择,代码表)",
"name" : "下拉列表框(级联选择,代码表)",
"rTMOSFilePath" : "pssysapps/Web/psappeditorstylerefs/CASCADER",
"styleCode" : "CASCADER"
}, {
......@@ -1275,6 +1275,17 @@
"rTMOSFilePath" : "pssyseditorstyles/Auto7",
"styleCode" : "Auto7",
"replaceDefault" : false
}, {
"codeName" : "CASCADER",
"dynaModelFilePath" : "PSSYSEDITORSTYLES/CASCADER.json",
"editorHeight" : -1.0,
"editorType" : "DROPDOWNLIST",
"editorWidth" : -1.0,
"mOSFilePath" : "pssyseditorstyles/CASCADER",
"name" : "下拉列表框(级联选择,代码表)",
"rTMOSFilePath" : "pssyseditorstyles/CASCADER",
"styleCode" : "CASCADER",
"replaceDefault" : false
}, {
"codeName" : "Auto1",
"dynaModelFilePath" : "PSSYSEDITORSTYLES/Auto1.json",
......@@ -1305,17 +1316,6 @@
"rTMOSFilePath" : "pssyseditorstyles/Auto15",
"styleCode" : "Auto15",
"replaceDefault" : false
}, {
"codeName" : "CASCADER",
"dynaModelFilePath" : "PSSYSEDITORSTYLES/CASCADER.json",
"editorHeight" : -1.0,
"editorType" : "PICKER",
"editorWidth" : -1.0,
"mOSFilePath" : "pssyseditorstyles/CASCADER",
"name" : "数据选择(地址选择,代码表)",
"rTMOSFilePath" : "pssyseditorstyles/CASCADER",
"styleCode" : "CASCADER",
"replaceDefault" : false
}, {
"codeName" : "ALLORGSELECT",
"dynaModelFilePath" : "PSSYSEDITORSTYLES/ALLORGSELECT.json",
......
......@@ -528,7 +528,7 @@
<!--输出实体[IBIZSAMPLE0001]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0001-42-19">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0001-43-19">
<createTable tableName="T_IBIZSAMPLE0001">
<column name="FIELD01" remarks="" type="VARCHAR(100)">
</column>
......@@ -1473,7 +1473,7 @@
<!--输出实体[IBIZQJ]外键关系 -->
<!--输出实体[IBIZSAMPLE]外键关系 -->
<!--输出实体[IBIZSAMPLE0001]外键关系 -->
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0001-42-48">
<changeSet author="a_LAB01_df847bdfd" id="fk-ibizsample0001-43-48">
<addForeignKeyConstraint baseColumnNames="IBIZSAMPLE0002ID" baseTableName="T_IBIZSAMPLE0001" constraintName="DER1N_IBIZSAMPLE0001_IBIZSAMPL" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="IBIZSAMPLE0002ID" referencedTableName="T_IBIZSAMPLE0002" validate="true"/>
</changeSet>
<!--输出实体[IBIZSAMPLE0002]外键关系 -->
......
......@@ -67,7 +67,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZSAMPLE0001]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizsample0001-42-13" runOnChange="true">
<changeSet author="a_LAB01_df847bdfd" id="view-ibizsample0001-43-13" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZSAMPLE0001">
<![CDATA[ SELECT t1.[CREATEDATE], t1.[CREATEMAN], t1.[FIELD01], t1.[FIELD02], t1.[FIELD05], t1.[FIELD06], t1.[FIELD07], t1.[FIELD08], t1.[FIELD09], t1.[FIELD10], t1.[FIELD11], t1.[FIELD12], t1.[FIELD13], t1.[FIELD14], t1.[FIELD15], t1.[FIELD16], t1.[FIELD17], t1.[FIELD18], t1.[FIELD19], t1.[FIELD20], t1.[FIELD21], t1.[FIELD22], t1.[FIELD23], t1.[FIELD24], t1.[FIELD25], t1.[FIELD26], t1.[FIELD27], t1.[IBIZSAMPLE0001ID], t1.[IBIZSAMPLE0001NAME], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZSAMPLE0001] t1 ]]>
</createView>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册