Source/UBCS/service-start.sh
@@ -61,14 +61,13 @@ docker build -f ./ubcs-gateway/Dockerfile -t vci-ubcs/ubcs-gateway . docker run -d -p 37000:37000 --name ubcs-gateway vci-ubcs/ubcs-gateway:latest #启动code服务 docker build -f ./ubcs-service/ubcs-code/Dockerfile -t vci-ubcs/ubcs-code . docker run -d -p 36014:36014 --name ubcs-code vci-ubcs/ubcs-code:latest #启动omdy服务 docker build -f ./ubcs-service/ubcs-omd/Dockerfile -t vci-ubcs/ubcs-omd . docker run -d -p 36015:36015 --name ubcs-omd vci-ubcs/ubcs-omd:latest #启动code服务 docker build -f ./ubcs-service/ubcs-code/Dockerfile -t vci-ubcs/ubcs-code . docker run -d -p 36013:36013 --name ubcs-code vci-ubcs/ubcs-code:latest #其他服务请自行添加 Source/UBCS/ubcs-ops/ubcs-resource/src/main/java/com/vci/ubcs/resource/ResourceApplication.java
@@ -29,7 +29,7 @@ public class ResourceApplication { public static void main(String[] args) { UbcsApplication.run(AppConstant.APPLICATION_REPORT_NAME, ResourceApplication.class, args); UbcsApplication.run(AppConstant.APPLICATION_RESOURCE_NAME, ResourceApplication.class, args); } } Source/UBCS/ubcs-service/ubcs-omd/pom.xml
@@ -30,11 +30,11 @@ <artifactId>ubcs-omd-api</artifactId> <version>3.0.1.RELEASE</version> </dependency> <dependency> <groupId>com.vci.ubcs</groupId> <artifactId>ubcs-flow-api</artifactId> <version>3.0.1.RELEASE</version> </dependency> <!-- <dependency>--> <!-- <groupId>com.vci.ubcs</groupId>--> <!-- <artifactId>ubcs-flow-api</artifactId>--> <!-- <version>3.0.1.RELEASE</version>--> <!-- </dependency>--> <!--Oss--> <dependency> Source/UBCS/ubcs-service/ubcs-omd/src/main/java/com/vci/ubcs/omd/service/impl/DictBizServiceImpl.java
@@ -1,19 +1,3 @@ /* * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * Neither the name of the dreamlu.net developer nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * Author: Chill 庄骞 (smallchill@163.com) */ package com.vci.ubcs.omd.service.impl; import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;