agent status list bug fixes
This commit is contained in:
parent
076e33fb1c
commit
8188f46fbd
@ -57,7 +57,7 @@ if [ ! -d "$APP" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! "$3" == "nb" ]; then
|
if [ ! "$3" == "nb" ]; then
|
||||||
mvn -T 4C clean package -pl $APP -am -DskipTests
|
mvn clean package -pl $APP -am -DskipTests
|
||||||
fi
|
fi
|
||||||
|
|
||||||
TARGET_DIR=$APP/target
|
TARGET_DIR=$APP/target
|
||||||
@ -68,6 +68,10 @@ echo "JAR [$JAR] found"
|
|||||||
if [ "$2" == "test" ]; then
|
if [ "$2" == "test" ]; then
|
||||||
echo "Deploy test."
|
echo "Deploy test."
|
||||||
deploy_server 'xiadou@118.24.251.131' $APP $JAR
|
deploy_server 'xiadou@118.24.251.131' $APP $JAR
|
||||||
|
elif [ "$2" == "cd" ]; then
|
||||||
|
echo "Deploy chengdu prod."
|
||||||
|
PORT=3022
|
||||||
|
deploy_server 'xiandou@171.217.82.63' $APP $JAR $PORT
|
||||||
elif [ "$2" == "prod" ]; then
|
elif [ "$2" == "prod" ]; then
|
||||||
echo "Deploy prod."
|
echo "Deploy prod."
|
||||||
PORT=4026
|
PORT=4026
|
||||||
|
@ -237,6 +237,7 @@
|
|||||||
</sql>
|
</sql>
|
||||||
|
|
||||||
<select id="cmsCount" resultType="int">
|
<select id="cmsCount" resultType="int">
|
||||||
|
<bind name="__set_table__" value="__search__.table('s')" />
|
||||||
select count(1)
|
select count(1)
|
||||||
from <include refid="table"/> s
|
from <include refid="table"/> s
|
||||||
left join br_queue_agent qa
|
left join br_queue_agent qa
|
||||||
@ -245,6 +246,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="cmsList" resultType="com.pudonghot.yo.model.domain.AgentStatus">
|
<select id="cmsList" resultType="com.pudonghot.yo.model.domain.AgentStatus">
|
||||||
|
<bind name="__set_table__" value="__search__.table('s')" />
|
||||||
select s.*, qa.queue_id
|
select s.*, qa.queue_id
|
||||||
from <include refid="table"/> s
|
from <include refid="table"/> s
|
||||||
left join br_queue_agent qa
|
left join br_queue_agent qa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user