|
@@ -35,8 +35,7 @@ public class FIRP02993 extends QCCatalogue {
|
|
|
List<String> operationNameList = new ArrayList<String>();
|
|
|
List<Map<String, String>> mapStrs = (List<Map<String, String>>) operation;
|
|
|
// 解决空指针,如果无数据,报错
|
|
|
- if (mapStrs == null) {
|
|
|
- status.set("-1");
|
|
|
+ if (mapStrs == null && count == 0) {
|
|
|
return ;
|
|
|
}
|
|
|
if (mapStrs.size() > 0) {
|