From f0bbe30c8336176bbd057d1a1defb1b53eda01cc Mon Sep 17 00:00:00 2001 From: zhulianghua Date: Thu, 9 Aug 2018 16:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=A7=E5=93=81=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/ProductManage/ProductConfig/ProductInfo.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/WebContent/ProductManage/ProductConfig/ProductInfo.jsp b/WebContent/ProductManage/ProductConfig/ProductInfo.jsp index 8e48cd64c..a3cc543d2 100644 --- a/WebContent/ProductManage/ProductConfig/ProductInfo.jsp +++ b/WebContent/ProductManage/ProductConfig/ProductInfo.jsp @@ -13,6 +13,7 @@ Map map =inputParameter.convertToMap(); String typeNo = map.get("TypeNo").toString(); String serialNo = Sqlca.getString("select serialno from prd_specific_library where businesstype = '" + typeNo + "'"); + serialNo = serialNo == null ? "" : serialNo; String catalogNo = (String)map.get("SortNo"); ASObjectWindow dwTemp =ObjectWindowHelper.createObjectWindow_Info("PRD_ProductInfo", inputParameter, CurPage, request); ASDataObject doTemp=dwTemp.getDataObject();