|
|
@@ -15,7 +15,6 @@ import kd.bos.form.plugin.AbstractFormPlugin;
|
|
|
import kd.bos.list.ListShowParameter;
|
|
|
import kd.bos.list.plugin.AbstractListPlugin;
|
|
|
import kd.bos.orm.query.QFilter;
|
|
|
-import kd.hr.haos.business.domain.adminorg.service.impl.AdminOrgDetailHelper;
|
|
|
import kd.hr.hbp.business.servicehelper.HRBaseServiceHelper;
|
|
|
import nckd.jxccl.hr.homs.common.orgbatch.OrgBatchConstant;
|
|
|
|
|
|
@@ -155,7 +154,7 @@ public class OrgBatchChgBillListPlugin extends AbstractListPlugin {
|
|
|
|
|
|
String actionId = closedCallBackEvent.getActionId();
|
|
|
ListSelectedRowCollection returnData = (ListSelectedRowCollection) closedCallBackEvent.getReturnData();
|
|
|
- if (returnData != null && returnData.isEmpty()) {
|
|
|
+ if (returnData == null || returnData.isEmpty()) {
|
|
|
return;
|
|
|
}
|
|
|
|