Authored by qinchao

Revert "瑕疵确认中的 超时 时间为24小时"

This reverts commit 7ab2a299.
... ... @@ -179,7 +179,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService {
private static final Integer EXPRESS_TYPE_RETURN_BACK_TO_SELLER = EnumExpressType.EXPRESS_TYPE_REBACK.getCode();
private static final int MINI_FAULT_MARK_OUTER_TIME_SECOND=24*60*60; //单位:秒 ,12小时后,标记超时
private static final int MINI_FAULT_MARK_OUTER_TIME_SECOND=12*60*60; //单位:秒 ,12小时后,标记超时
@Value("${ip.port.uic.server}")
private String uicServerIpAndPort;
... ...