Authored by Lixiaodi

bug修改

... ... @@ -860,7 +860,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
}
private boolean isServiceOrder(long orderCode) {
ApiResponse<Boolean> resp = ufoServiceCaller.call("ufo.order.isServiceOrder", ApiResponse.class, orderCode);
ApiResponse resp = ufoServiceCaller.call("ufo.order.isServiceOrder", ApiResponse.class, orderCode);
if (resp != null) {
return (Boolean) resp.getData();
}
... ...