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

lab_xuhui 发布系统代码 [ibz-dst,应用]

上级 5c22a547
...@@ -252,8 +252,6 @@ public class DABuildServiceImpl extends ServiceImpl<DABuildMapper, DABuild> impl ...@@ -252,8 +252,6 @@ public class DABuildServiceImpl extends ServiceImpl<DABuildMapper, DABuild> impl
*/ */
@Override @Override
public Page<DABuild> searchDefault(DABuildSearchContext context) { public Page<DABuild> searchDefault(DABuildSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<DABuild> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<DABuild>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -184,8 +184,6 @@ public class DAChartServiceImpl extends ServiceImpl<DAChartMapper, DAChart> impl ...@@ -184,8 +184,6 @@ public class DAChartServiceImpl extends ServiceImpl<DAChartMapper, DAChart> impl
*/ */
@Override @Override
public Page<DAChart> searchDefault(DAChartSearchContext context) { public Page<DAChart> searchDefault(DAChartSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<DAChart> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<DAChart>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -219,8 +219,6 @@ public class DAMetricServiceImpl extends ServiceImpl<DAMetricMapper, DAMetric> i ...@@ -219,8 +219,6 @@ public class DAMetricServiceImpl extends ServiceImpl<DAMetricMapper, DAMetric> i
*/ */
@Override @Override
public Page<DAMetric> searchDefault(DAMetricSearchContext context) { public Page<DAMetric> searchDefault(DAMetricSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<DAMetric> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<DAMetric>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -184,8 +184,6 @@ public class DAReportServiceImpl extends ServiceImpl<DAReportMapper, DAReport> i ...@@ -184,8 +184,6 @@ public class DAReportServiceImpl extends ServiceImpl<DAReportMapper, DAReport> i
*/ */
@Override @Override
public Page<DAReport> searchDefault(DAReportSearchContext context) { public Page<DAReport> searchDefault(DAReportSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<DAReport> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<DAReport>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -187,8 +187,6 @@ public class DictCatalogServiceImpl extends ServiceImpl<DictCatalogMapper, DictC ...@@ -187,8 +187,6 @@ public class DictCatalogServiceImpl extends ServiceImpl<DictCatalogMapper, DictC
*/ */
@Override @Override
public Page<DictCatalog> searchDefault(DictCatalogSearchContext context) { public Page<DictCatalog> searchDefault(DictCatalogSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<DictCatalog> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<DictCatalog>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -203,8 +203,6 @@ public class DictOptionServiceImpl extends ServiceImpl<DictOptionMapper, DictOpt ...@@ -203,8 +203,6 @@ public class DictOptionServiceImpl extends ServiceImpl<DictOptionMapper, DictOpt
*/ */
@Override @Override
public Page<DictOption> searchDefault(DictOptionSearchContext context) { public Page<DictOption> searchDefault(DictOptionSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<DictOption> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<DictOption>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -219,8 +219,6 @@ public class DstDataSourceServiceImpl extends ServiceImpl<DstDataSourceMapper, D ...@@ -219,8 +219,6 @@ public class DstDataSourceServiceImpl extends ServiceImpl<DstDataSourceMapper, D
*/ */
@Override @Override
public Page<DstDataSource> searchDefault(DstDataSourceSearchContext context) { public Page<DstDataSource> searchDefault(DstDataSourceSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<DstDataSource> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<DstDataSource>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -209,8 +209,6 @@ public class DstSystemServiceImpl extends ServiceImpl<DstSystemMapper, DstSystem ...@@ -209,8 +209,6 @@ public class DstSystemServiceImpl extends ServiceImpl<DstSystemMapper, DstSystem
*/ */
@Override @Override
public Page<DstSystem> searchDefault(DstSystemSearchContext context) { public Page<DstSystem> searchDefault(DstSystemSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<DstSystem> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<DstSystem>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -235,8 +235,6 @@ public class MetaDataSetServiceImpl extends ServiceImpl<MetaDataSetMapper, MetaD ...@@ -235,8 +235,6 @@ public class MetaDataSetServiceImpl extends ServiceImpl<MetaDataSetMapper, MetaD
*/ */
@Override @Override
public Page<MetaDataSet> searchDefault(MetaDataSetSearchContext context) { public Page<MetaDataSet> searchDefault(MetaDataSetSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<MetaDataSet> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<MetaDataSet>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -271,8 +271,6 @@ public class MetaEntityServiceImpl extends ServiceImpl<MetaEntityMapper, MetaEnt ...@@ -271,8 +271,6 @@ public class MetaEntityServiceImpl extends ServiceImpl<MetaEntityMapper, MetaEnt
*/ */
@Override @Override
public Page<MetaEntity> searchDefault(MetaEntitySearchContext context) { public Page<MetaEntity> searchDefault(MetaEntitySearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<MetaEntity> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<MetaEntity>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -258,8 +258,6 @@ public class MetaFieldServiceImpl extends ServiceImpl<MetaFieldMapper, MetaField ...@@ -258,8 +258,6 @@ public class MetaFieldServiceImpl extends ServiceImpl<MetaFieldMapper, MetaField
*/ */
@Override @Override
public Page<MetaField> searchDefault(MetaFieldSearchContext context) { public Page<MetaField> searchDefault(MetaFieldSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<MetaField> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<MetaField>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -253,8 +253,6 @@ public class MetaModelServiceImpl extends ServiceImpl<MetaModelMapper, MetaModel ...@@ -253,8 +253,6 @@ public class MetaModelServiceImpl extends ServiceImpl<MetaModelMapper, MetaModel
*/ */
@Override @Override
public Page<MetaModel> searchDefault(MetaModelSearchContext context) { public Page<MetaModel> searchDefault(MetaModelSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<MetaModel> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<MetaModel>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -199,8 +199,6 @@ public class MetaModuleServiceImpl extends ServiceImpl<MetaModuleMapper, MetaMod ...@@ -199,8 +199,6 @@ public class MetaModuleServiceImpl extends ServiceImpl<MetaModuleMapper, MetaMod
*/ */
@Override @Override
public Page<MetaModule> searchDefault(MetaModuleSearchContext context) { public Page<MetaModule> searchDefault(MetaModuleSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<MetaModule> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<MetaModule>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -276,8 +276,6 @@ public class MetaRelationshipServiceImpl extends ServiceImpl<MetaRelationshipMap ...@@ -276,8 +276,6 @@ public class MetaRelationshipServiceImpl extends ServiceImpl<MetaRelationshipMap
*/ */
@Override @Override
public Page<MetaRelationship> searchDefault(MetaRelationshipSearchContext context) { public Page<MetaRelationship> searchDefault(MetaRelationshipSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<MetaRelationship> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<MetaRelationship>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -226,8 +226,6 @@ public class TableSyncServiceImpl extends ServiceImpl<TableSyncMapper, TableSync ...@@ -226,8 +226,6 @@ public class TableSyncServiceImpl extends ServiceImpl<TableSyncMapper, TableSync
*/ */
@Override @Override
public Page<TableSync> searchDefault(TableSyncSearchContext context) { public Page<TableSync> searchDefault(TableSyncSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<TableSync> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<TableSync>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -184,8 +184,6 @@ public class ExecLogServiceImpl extends ServiceImpl<ExecLogMapper, ExecLog> impl ...@@ -184,8 +184,6 @@ public class ExecLogServiceImpl extends ServiceImpl<ExecLogMapper, ExecLog> impl
*/ */
@Override @Override
public Page<ExecLog> searchDefault(ExecLogSearchContext context) { public Page<ExecLog> searchDefault(ExecLogSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<ExecLog> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<ExecLog>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -235,8 +235,6 @@ public class ExecResultServiceImpl extends ServiceImpl<ExecResultMapper, ExecRes ...@@ -235,8 +235,6 @@ public class ExecResultServiceImpl extends ServiceImpl<ExecResultMapper, ExecRes
*/ */
@Override @Override
public Page<ExecResult> searchDefault(ExecResultSearchContext context) { public Page<ExecResult> searchDefault(ExecResultSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<ExecResult> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<ExecResult>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -233,8 +233,6 @@ public class RuleEngineServiceImpl extends ServiceImpl<RuleEngineMapper, RuleEng ...@@ -233,8 +233,6 @@ public class RuleEngineServiceImpl extends ServiceImpl<RuleEngineMapper, RuleEng
*/ */
@Override @Override
public Page<RuleEngine> searchDefault(RuleEngineSearchContext context) { public Page<RuleEngine> searchDefault(RuleEngineSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<RuleEngine> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<RuleEngine>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -238,8 +238,6 @@ public class RuleItemServiceImpl extends ServiceImpl<RuleItemMapper, RuleItem> i ...@@ -238,8 +238,6 @@ public class RuleItemServiceImpl extends ServiceImpl<RuleItemMapper, RuleItem> i
*/ */
@Override @Override
public Page<RuleItem> searchDefault(RuleItemSearchContext context) { public Page<RuleItem> searchDefault(RuleItemSearchContext context) {
com.baomidou.mybatisplus.extension.plugins.pagination.Page<RuleItem> pages=baseMapper.searchDefault(context.getPages(),context,context.getSelectCond());
return new PageImpl<RuleItem>(pages.getRecords(), context.getPageable(), pages.getTotal());
} }
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<!--输出实体[DICT_OPTION]数据结构 --> <!--输出实体[DICT_OPTION]数据结构 -->
<changeSet author="root" id="tab-dict_option-5-6"> <changeSet author="root" id="tab-dict_option-7-6">
<createTable tableName="IBZDICTOPTION"> <createTable tableName="IBZDICTOPTION">
<column name="VKEY" remarks="" type="VARCHAR(100)"> <column name="VKEY" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_DICT_OPTION_VKEY"/> <constraints primaryKey="true" primaryKeyName="PK_DICT_OPTION_VKEY"/>
...@@ -591,7 +591,7 @@ ...@@ -591,7 +591,7 @@
<!--输出实体[DA_REPORT]外键关系 --> <!--输出实体[DA_REPORT]外键关系 -->
<!--输出实体[DICT_CATALOG]外键关系 --> <!--输出实体[DICT_CATALOG]外键关系 -->
<!--输出实体[DICT_OPTION]外键关系 --> <!--输出实体[DICT_OPTION]外键关系 -->
<changeSet author="root" id="fk-dict_option-5-21"> <changeSet author="root" id="fk-dict_option-7-21">
<addForeignKeyConstraint baseColumnNames="CID" baseTableName="IBZDICTOPTION" constraintName="DER1N_DICT_OPTION_DICT_CATALOG" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="CID" referencedTableName="IBZDICTCATALOG" validate="true"/> <addForeignKeyConstraint baseColumnNames="CID" baseTableName="IBZDICTOPTION" constraintName="DER1N_DICT_OPTION_DICT_CATALOG" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="CID" referencedTableName="IBZDICTCATALOG" validate="true"/>
</changeSet> </changeSet>
<!--输出实体[DST_DATASOURCE]外键关系 --> <!--输出实体[DST_DATASOURCE]外键关系 -->
......
...@@ -43,4 +43,9 @@ public class IBZWFFallback implements IBZWFFeignClient { ...@@ -43,4 +43,9 @@ public class IBZWFFallback implements IBZWFFeignClient {
return null; return null;
} }
@Override
public Map<String, Map<String, Object>> getMyTask(String system, String appName, String entity) {
return null;
}
} }
...@@ -37,4 +37,8 @@ public interface IBZWFFeignClient ...@@ -37,4 +37,8 @@ public interface IBZWFFeignClient
@RequestMapping(method = RequestMethod.GET, value = "/{system}/{entity}/{businessKey}/dataaccessmode") @RequestMapping(method = RequestMethod.GET, value = "/{system}/{entity}/{businessKey}/dataaccessmode")
Integer getDataAccessMode(@PathVariable("system") String system, @PathVariable("entity") String entity, @PathVariable("businessKey") Serializable businessKey); Integer getDataAccessMode(@PathVariable("system") String system, @PathVariable("entity") String entity, @PathVariable("businessKey") Serializable businessKey);
@RequestMapping(method = RequestMethod.GET, value = "/{system}-app-{appname}/{entity}/mytasks")
Map<String,Map<String,Object>> getMyTask(@PathVariable("system") String system,@PathVariable("appname") String appName,
@PathVariable("entity") String entity);
} }
...@@ -270,6 +270,7 @@ public class StaticDict { ...@@ -270,6 +270,7 @@ public class StaticDict {
} }
/** /**
* 代码表[页面跳转处理_页面类型] * 代码表[页面跳转处理_页面类型]
*/ */
......
...@@ -67,6 +67,11 @@ public class SearchContextBase implements ISearchContext{ ...@@ -67,6 +67,11 @@ public class SearchContextBase implements ISearchContext{
* 工作流流程标识 * 工作流流程标识
*/ */
public String processDefinitionKey; public String processDefinitionKey;
/**
* 工作流标识
*/
@JsonProperty("srfwf")
public String srfWF;
/** /**
* 获取工作流步骤标识 * 获取工作流步骤标识
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册