yshop1.8.1修复库存显示问题、修复评价等问题,明细可登陆后台查看

This commit is contained in:
hupeng
2020-01-11 18:12:32 +08:00
parent 6c663012a4
commit 3977f79185
14 changed files with 45 additions and 13 deletions

View File

@ -1 +1 @@
nohup java -jar yshop-api-1.7.jar --spring.profiles.active=prod &
nohup java -jar yshop-api-1.8.jar --spring.profiles.active=prod &

View File

@ -1,4 +1,4 @@
PID=$(ps -ef | grep yshop-api-1.7.jar | grep -v grep | awk '{ print $2 }')
PID=$(ps -ef | grep yshop-api-1.8.jar | grep -v grep | awk '{ print $2 }')
if [ -z "$PID" ];then
echo Application is already stopped
else