From af4f3ad4174e29850041e0c3a0c63c4d6eae8e42 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Mon, 13 Aug 2018 20:39:09 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9APP=E7=9A=84GPS=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=8F=82=E4=B8=8E=E8=9E=8D=E8=B5=84=E7=9A=84=E5=8F=AA?= =?UTF-8?q?=E8=AF=BB=E4=B8=8E=E5=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- calc/com/tenwa/reckon/product/ProductConditionService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calc/com/tenwa/reckon/product/ProductConditionService.java b/calc/com/tenwa/reckon/product/ProductConditionService.java index 8f6362151..1c0acf453 100644 --- a/calc/com/tenwa/reckon/product/ProductConditionService.java +++ b/calc/com/tenwa/reckon/product/ProductConditionService.java @@ -314,8 +314,8 @@ public class ProductConditionService { ProductBaseLoanTools.addAppList(appList, col+"_RATIO", "colreadonly", "1"); if(defaultValue.length()>0){ ProductBaseLoanTools.addAppList(appList, col, "defaultValue", defaultValue); - ProductBaseLoanTools.addAppList(appList, col, "colreadonly", "1"); - ProductBaseLoanTools.addAppList(appList, col+"_FINA", "colreadonly", "1"); + // ProductBaseLoanTools.addAppList(appList, col, "colreadonly", "1"); + // ProductBaseLoanTools.addAppList(appList, col+"_FINA", "colreadonly", "1"); } if("N".equals(isShowRatio)){ ProductBaseLoanTools.addAppList(appList, col, "colfilterrefid", "");