Authored by mali

二手详情售出时间

@@ -1620,7 +1620,7 @@ public class ProductServiceImpl implements ProductService { @@ -1620,7 +1620,7 @@ public class ProductServiceImpl implements ProductService {
1620 } 1620 }
1621 1621
1622 try { 1622 try {
1623 - ApiResponse<?> soldTimeResp = ufoServiceCaller.call("ufo.order.getOrderPayTime", ApiResponse.class, skup); 1623 + com.yohoufo.common.ApiResponse soldTimeResp = ufoServiceCaller.call("ufo.order.getOrderPayTime", com.yohoufo.common.ApiResponse.class, skup);
1624 resp.setSoldTime(soldTimeResp.getData().toString()); 1624 resp.setSoldTime(soldTimeResp.getData().toString());
1625 } catch (Exception e) { 1625 } catch (Exception e) {
1626 LOGGER.warn("获取skup销售时间出错", e); 1626 LOGGER.warn("获取skup销售时间出错", e);