1.修改APP的GPS是否参与融资的只读与否

This commit is contained in:
zhangbb 2018-08-13 20:39:09 +08:00
parent c50dfb6b72
commit af4f3ad417

View File

@ -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", "");