From 662850f4b6f66ef502313baf8ef21ff91d6af897 Mon Sep 17 00:00:00 2001 From: gityjf <2211675158@qq.com> Date: Thu, 27 Aug 2020 14:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0gps=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Gps/LmGpsOrderInfo.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Gps/LmGpsOrderInfo.jsp b/WebContent/Tenwa/Gps/LmGpsOrderInfo.jsp index 7b3bc16b0..8a53ed4b3 100644 --- a/WebContent/Tenwa/Gps/LmGpsOrderInfo.jsp +++ b/WebContent/Tenwa/Gps/LmGpsOrderInfo.jsp @@ -35,7 +35,7 @@ String period = incomNuber.divide(new BigDecimal("12"),0,BigDecimal.ROUND_UP).toString(); String sTempletNo = "LmGpsOrderInfo";//--Δ£°εΊΕ-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); - if(GpsEnum.ZR.getCode().equals(source)){ + if(GpsEnum.TY.getCode().equals(source)){ doTemp.setColumnAttribute("CARTYPE", "COLVISIBLE", "0"); doTemp.setColumnAttribute("USERNAME", "COLVISIBLE", "0"); doTemp.setColumnAttribute("USERPHONE", "COLVISIBLE", "0");