633634635636637638639640
if (dataMap == null) { return; } if (dataMap.getObjEntities().size() > 0) { new LockingUpdateController(eventController, dataMap).startup(); } }
685686687688689690691692
569570571572573574575576
650651652653654655656657