|
@@ -2137,7 +2137,7 @@ public class ExcelTabController extends BladeController {
|
|
|
R bussDataInfo = this.excelTabService.getBussDataInfo(pk, 1);
|
|
|
@SuppressWarnings("unchecked")
|
|
|
Map<String, Object> jo = (Map<String, Object>) bussDataInfo.getData();
|
|
|
- if (jo != null && ObjectUtils.isNotEmpty(jo)) {
|
|
|
+ if (ObjectUtils.isNotEmpty(jo)) {
|
|
|
jo.put("pkeyId", pk);
|
|
|
extra.add(jo);
|
|
|
}
|