认证-参数项收集-修改表头接口
This commit is contained in:
+3
@@ -772,6 +772,9 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
|
||||
OnlCgformField onlCgformField = fieldList.get(i);
|
||||
Map<String, Object> map = new HashMap<>();
|
||||
String dbFieldName = onlCgformField.getDbFieldName();
|
||||
if ("nioNumber".equals(dbFieldName) || "paramsName".equals(dbFieldName)) {
|
||||
map.put("click3", true);
|
||||
}
|
||||
if ("description".equals(dbFieldName)) {
|
||||
indexOfDescription = i;
|
||||
map.put("click2", true);
|
||||
|
||||
Reference in New Issue
Block a user