fix:优化扩容
This commit is contained in:
@@ -1876,7 +1876,7 @@ public class RawAssistIStorServiceImpl implements RawAssistIStorService {
|
||||
if (!toJSON.getString("status").equals("200")){
|
||||
throw new BadRequestException(toJSON.getString("message"));
|
||||
}
|
||||
SpringContextHolder.getBean(RawAssistIStorServiceImpl.class).updateStructSect(col_num);
|
||||
// SpringContextHolder.getBean(RawAssistIStorServiceImpl.class).updateStructSect(col_num);
|
||||
struct_jo = autoDisMove2(whereJson);
|
||||
}
|
||||
return struct_jo;
|
||||
|
||||
Reference in New Issue
Block a user