Showing
1 changed file
with
1 additions
and
1 deletions
@@ -860,7 +860,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ | @@ -860,7 +860,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ | ||
860 | } | 860 | } |
861 | 861 | ||
862 | private boolean isServiceOrder(long orderCode) { | 862 | private boolean isServiceOrder(long orderCode) { |
863 | - ApiResponse<Boolean> resp = ufoServiceCaller.call("ufo.order.isServiceOrder", ApiResponse.class, orderCode); | 863 | + ApiResponse resp = ufoServiceCaller.call("ufo.order.isServiceOrder", ApiResponse.class, orderCode); |
864 | if (resp != null) { | 864 | if (resp != null) { |
865 | return (Boolean) resp.getData(); | 865 | return (Boolean) resp.getData(); |
866 | } | 866 | } |
-
Please register or login to post a comment