Browse Source

发货单关闭接口

pancy 2 years ago
parent
commit
56052a7c65
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ypff/ypff/src/private/nc/bs/yp/impl/DeliveryCloseImpl.java

+ 0 - 1
ypff/ypff/src/private/nc/bs/yp/impl/DeliveryCloseImpl.java

@@ -55,7 +55,6 @@ public class DeliveryCloseImpl extends BaseServlet implements IHttpServletAdapto
 				bills[0] = deliveryvo;
 				DeliveryVO[] ret = null;
 				ret = this.getServcie().closeDelivery(bills);
-				vbillcode = ret[0].getParentVO().getVbillcode();
 				resp.getWriter().write(formatRSJsonData("³É¹¦",
 						vbillcode,"").toString());
 			}