1.修改APP的GPS是否参与融资的只读与否
This commit is contained in:
parent
c50dfb6b72
commit
af4f3ad417
@ -314,8 +314,8 @@ public class ProductConditionService {
|
|||||||
ProductBaseLoanTools.addAppList(appList, col+"_RATIO", "colreadonly", "1");
|
ProductBaseLoanTools.addAppList(appList, col+"_RATIO", "colreadonly", "1");
|
||||||
if(defaultValue.length()>0){
|
if(defaultValue.length()>0){
|
||||||
ProductBaseLoanTools.addAppList(appList, col, "defaultValue", defaultValue);
|
ProductBaseLoanTools.addAppList(appList, col, "defaultValue", defaultValue);
|
||||||
ProductBaseLoanTools.addAppList(appList, col, "colreadonly", "1");
|
// ProductBaseLoanTools.addAppList(appList, col, "colreadonly", "1");
|
||||||
ProductBaseLoanTools.addAppList(appList, col+"_FINA", "colreadonly", "1");
|
// ProductBaseLoanTools.addAppList(appList, col+"_FINA", "colreadonly", "1");
|
||||||
}
|
}
|
||||||
if("N".equals(isShowRatio)){
|
if("N".equals(isShowRatio)){
|
||||||
ProductBaseLoanTools.addAppList(appList, col, "colfilterrefid", "");
|
ProductBaseLoanTools.addAppList(appList, col, "colfilterrefid", "");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user