Authored by qinchao

fix

@@ -226,14 +226,6 @@ public class AppraiseService { @@ -226,14 +226,6 @@ public class AppraiseService {
226 } 226 }
227 } 227 }
228 228
229 - public static void main(String[] args) {  
230 - SellerOrderGoods sellerOrderGoods = new SellerOrderGoods();  
231 - sellerOrderGoods.setProductId(3);  
232 - Integer i=Optional.ofNullable(sellerOrderGoods).map(SellerOrderGoods::getProductId).map(Integer::intValue).orElse(100);  
233 -  
234 - System.out.println(i);  
235 - }  
236 -  
237 /** 229 /**
238 * 鉴定不通过退回 230 * 鉴定不通过退回
239 * (1)记录物流 231 * (1)记录物流