认证-参数项收集-历史版本: 添加表头标识
This commit is contained in:
+1
@@ -446,6 +446,7 @@ public class ParamsCollectManifestHistoryEOServiceImpl extends ServiceImpl<Param
|
|||||||
String dbFieldName = onlCgformField.getDbFieldName();
|
String dbFieldName = onlCgformField.getDbFieldName();
|
||||||
if ("description".equals(dbFieldName)) {
|
if ("description".equals(dbFieldName)) {
|
||||||
indexOfDescription = i;
|
indexOfDescription = i;
|
||||||
|
map.put("click2", true);
|
||||||
}
|
}
|
||||||
if ("sdt".equals(dbFieldName)) {
|
if ("sdt".equals(dbFieldName)) {
|
||||||
map.put("click", true);
|
map.put("click", true);
|
||||||
|
|||||||
+1
@@ -528,6 +528,7 @@ public class ParamsReportDetailEOServiceImpl extends ServiceImpl<ParamsReportDet
|
|||||||
String dbFieldName = onlCgformField.getDbFieldName();
|
String dbFieldName = onlCgformField.getDbFieldName();
|
||||||
if ("description".equals(dbFieldName)) {
|
if ("description".equals(dbFieldName)) {
|
||||||
indexOfDescription = i;
|
indexOfDescription = i;
|
||||||
|
map.put("click2", true);
|
||||||
}
|
}
|
||||||
if ("sdt".equals(dbFieldName)) {
|
if ("sdt".equals(dbFieldName)) {
|
||||||
map.put("click", true);
|
map.put("click", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user