Commit 62e46254 by 周海峰

no message

parent 65fcda8b
......@@ -829,6 +829,7 @@ public class EncryptionConfigServiceImpl implements EncryptionConfigService {
hashMap.put("columnSize", ObjectUtils.isEmpty(tc.getColumn_size()) ? "" : tc.getColumn_size());
hashMap.put("keepfirst", ObjectUtils.isEmpty(tc.getKeepfirst()) ? "1" : tc.getKeepfirst());
hashMap.put("encdigit", ObjectUtils.isEmpty(tc.getEncdigit()) ? "0" : tc.getEncdigit());
hashMap.put("twoindex", ObjectUtils.isEmpty(tc.getTwoindex()) ? "0" : tc.getTwoindex());
hashMap.put("dataareaid", tc.getDataareaid());
hashMap.put("dataareaname", tc.getDataareaname());
relist.add(hashMap);
......@@ -840,6 +841,7 @@ public class EncryptionConfigServiceImpl implements EncryptionConfigService {
hashMap.put("isLike", "0");
hashMap.put("keepfirst", "1");
hashMap.put("encdigit", "0");
hashMap.put("twoindex", "0");
hashMap.put("fieldName", tc.getTable_field_id());
hashMap.put("encryptionTypeName", "");
hashMap.put("encryptionTypeValue", "");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论