Commit a10e89b5 by huluobin

update

parent 922f6505
...@@ -159,6 +159,7 @@ public abstract class AbstractCostPlanService implements CostPlanService { ...@@ -159,6 +159,7 @@ public abstract class AbstractCostPlanService implements CostPlanService {
costDomain.setSubjectCode(costTypeDomain.getSubjectCode()); costDomain.setSubjectCode(costTypeDomain.getSubjectCode());
} }
} }
costDomain.setAttach(costPlanDomain.getAttach());
return costDomain; return costDomain;
} }
......
...@@ -4,12 +4,9 @@ git pull ...@@ -4,12 +4,9 @@ git pull
# 拉取开发分支代码 # 拉取开发分支代码
git checkout cost-check-flow-master git checkout cost-check-flow-master
#打包 #打包
mvn clean package -U -Dmaven.test.skip=true -Dmaven.compile.fork=true mvn clean package -U -Dmaven.test.skip=true -Dmaven.compile.fork=true
# kill测试进程 # kill测试进程
# shellcheck disable=SC2009 # shellcheck disable=SC2009
ps -ef | grep cost-core | grep -v grep | grep prod | awk '{print $2}' | xargs kill -9 ps -ef | grep cost-core | grep -v grep | grep prod | awk '{print $2}' | xargs kill -9
# 运行 # 运行
nohup java -Xms512m -Xmx512m -Xss1M -jar -Dspring.profiles.active=prod /home/ubuntu/data/other/dc-cost-system/bailuntec-cost-core/target/bailuntec-cost-core-1.0-SNAPSHOT.jar & \ nohup java -Xms512m -Xmx512m -Xss1M -jar -Dspring.profiles.active=prod /home/ubuntu/data/other/dc-cost-system/bailuntec-cost-core/target/bailuntec-cost-core-1.0-SNAPSHOT.jar &
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment