认证-参数项收集-历史版本: 添加表头标识

This commit is contained in:
liyawei
2022-09-08 14:19:49 +08:00
parent b8c53a0ad7
commit ee2a70cc08
2 changed files with 2 additions and 0 deletions
@@ -446,6 +446,7 @@ public class ParamsCollectManifestHistoryEOServiceImpl extends ServiceImpl<Param
String dbFieldName = onlCgformField.getDbFieldName();
if ("description".equals(dbFieldName)) {
indexOfDescription = i;
map.put("click2", true);
}
if ("sdt".equals(dbFieldName)) {
map.put("click", true);
@@ -528,6 +528,7 @@ public class ParamsReportDetailEOServiceImpl extends ServiceImpl<ParamsReportDet
String dbFieldName = onlCgformField.getDbFieldName();
if ("description".equals(dbFieldName)) {
indexOfDescription = i;
map.put("click2", true);
}
if ("sdt".equals(dbFieldName)) {
map.put("click", true);