|
|
@@ -2944,7 +2944,7 @@ public class FsStoreOrderScrmServiceImpl implements IFsStoreOrderScrmService {
|
|
|
logger.info("物流状态异常:{}", dto);
|
|
|
}
|
|
|
//如果无轨迹重新订阅
|
|
|
- if ((!dto.isSuccess() && dto.getReason().equals("三天无轨迹")) || (!dto.isSuccess() && dto.getReason().equals("七天内无轨迹变化"))) {
|
|
|
+ if ((!dto.isSuccess() && "三天无轨迹".equals(dto.getReason())) || (!dto.isSuccess() && "七天内无轨迹变化".equals(dto.getReason()))) {
|
|
|
//订阅物流回调
|
|
|
String lastFourNumber = "";
|
|
|
if (order.getDeliverySn().equals(ShipperCodeEnum.SF.getValue())) {
|