...
|
...
|
@@ -47,7 +47,7 @@ public class ResMessageServiceImpl implements ResMessageService { |
|
|
public boolean checkManifestRelease(GatherInfo info, List<LAND_BUSINEESTYPE_LIST_INFO> list_infos) {
|
|
|
List<String> noRelease = new Vector<>();
|
|
|
if (list_infos.size() < 1) {
|
|
|
//CommandClient.Client(info, AWB_EMPTY);
|
|
|
CommandClient.Client(info, AWB_EMPTY);
|
|
|
return false;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -71,7 +71,7 @@ public class ResMessageServiceImpl implements ResMessageService { |
|
|
}
|
|
|
if (!noRelease.isEmpty()) {
|
|
|
logger.info(Arrays.toString(noRelease.toArray())+FANGXING);
|
|
|
//CommandClient.Client(info, Arrays.toString(noRelease.toArray())+FANGXING);
|
|
|
CommandClient.Client(info, Arrays.toString(noRelease.toArray())+FANGXING);
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|