|
|
|
@ -348,13 +348,13 @@ public class ThrInvOrderServiceImpl implements ThrInvOrderService {
|
|
|
|
|
filterInvProductRequest.setThirdSysUrlValue(thrSystemDetailEntity.getValue());
|
|
|
|
|
String days = getBeginAndEndDateByDays(1);
|
|
|
|
|
|
|
|
|
|
filterInvProductRequest.setStartDate(stringToDate(days + " 00:00:00"));
|
|
|
|
|
filterInvProductRequest.setEndDate(stringToDate(days + " 12:59:59"));
|
|
|
|
|
filterInvProductRequest.setStartDate(stringToDate(days));
|
|
|
|
|
filterInvProductRequest.setEndDate(stringToDate(days));
|
|
|
|
|
handleExternalThrInvSfOrder(filterInvProductRequest);
|
|
|
|
|
|
|
|
|
|
filterInvProductRequest.setStartDate(stringToDate(days + " 13:00:00"));
|
|
|
|
|
filterInvProductRequest.setEndDate(stringToDate(days + " 23:59:59"));
|
|
|
|
|
handleExternalThrInvSfOrder(filterInvProductRequest);
|
|
|
|
|
// filterInvProductRequest.setStartDate(stringToDate(days + " 13:00:00"));
|
|
|
|
|
// filterInvProductRequest.setEndDate(stringToDate(days + " 23:59:59"));
|
|
|
|
|
// handleExternalThrInvSfOrder(filterInvProductRequest);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|