Prechádzať zdrojové kódy

发货单关闭接口

pancy 2 rokov pred
rodič
commit
56052a7c65

+ 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());
 			}