From 5f5cda162025cbed6820ce93431dee19962babe8 Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Tue, 13 Dec 2016 09:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E6=95=B0=E6=8D=AE=E7=9A=84?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/platform/service/thread/ThreadMoveData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/platform/service/thread/ThreadMoveData.java b/src/com/platform/service/thread/ThreadMoveData.java index b76bca1f..fc0542c5 100644 --- a/src/com/platform/service/thread/ThreadMoveData.java +++ b/src/com/platform/service/thread/ThreadMoveData.java @@ -346,7 +346,7 @@ public class ThreadMoveData{ //正则迁移的 数量 int curMoveNum = subMove[1].size(); for ( DataInfoEntityMoveTmp moveE : subMove[0]) { - if(curMoveNum <= Constant.moveFileMaxNum){ + if(curMoveNum < Constant.moveFileMaxNum){ moveE.setLastTime(DateForm.date2StringBysecond(new Date())); //请求迁移 curMoveNum++;