|
|
|
@ -242,7 +242,8 @@ public class DlAllDataService {
|
|
|
|
|
if (syncOrderResponse != null &&
|
|
|
|
|
(CollUtil.isNotEmpty(syncOrderResponse.getBussinessTypeEntities())
|
|
|
|
|
|| CollUtil.isNotEmpty(syncOrderResponse.getBussinessOriginTypeEntities())
|
|
|
|
|
|| CollUtil.isNotEmpty(syncOrderResponse.getBussinessLocalTypeEntities()))
|
|
|
|
|
|| CollUtil.isNotEmpty(syncOrderResponse.getBussinessLocalTypeEntities())
|
|
|
|
|
|| CollUtil.isNotEmpty(syncOrderResponse.getEntrustReceEntities()))
|
|
|
|
|
) {
|
|
|
|
|
String key = gennerOrderUtils.getBusType();
|
|
|
|
|
BasicExportStatusEntity myEntity = new BasicExportStatusEntity();
|
|
|
|
|