|
|
@ -346,7 +346,7 @@ public class ThreadMoveData{
|
|
|
|
//正则迁移的 数量
|
|
|
|
//正则迁移的 数量
|
|
|
|
int curMoveNum = subMove[1].size();
|
|
|
|
int curMoveNum = subMove[1].size();
|
|
|
|
for ( DataInfoEntityMoveTmp moveE : subMove[0]) {
|
|
|
|
for ( DataInfoEntityMoveTmp moveE : subMove[0]) {
|
|
|
|
if(curMoveNum <= Constant.moveFileMaxNum){
|
|
|
|
if(curMoveNum < Constant.moveFileMaxNum){
|
|
|
|
moveE.setLastTime(DateForm.date2StringBysecond(new Date()));
|
|
|
|
moveE.setLastTime(DateForm.date2StringBysecond(new Date()));
|
|
|
|
//请求迁移
|
|
|
|
//请求迁移
|
|
|
|
curMoveNum++;
|
|
|
|
curMoveNum++;
|
|
|
|