参数清单收集-控件校验修改-参考列标识
This commit is contained in:
+1
@@ -472,6 +472,7 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
|
|||||||
|
|
||||||
if (StringUtils.isNotEmpty(paramsManifestEO.getReferencesColName())) {
|
if (StringUtils.isNotEmpty(paramsManifestEO.getReferencesColName())) {
|
||||||
Map<String, Object> referencesColMap = new HashMap<>();
|
Map<String, Object> referencesColMap = new HashMap<>();
|
||||||
|
referencesColMap.put("referencesColFlag",true);
|
||||||
Map<String,Object> referencesColConfigDataVOMap = new HashMap<>();
|
Map<String,Object> referencesColConfigDataVOMap = new HashMap<>();
|
||||||
String referencesCol = collectManifestEO.getReferencesCol();
|
String referencesCol = collectManifestEO.getReferencesCol();
|
||||||
if (StringUtils.isNotBlank(referencesCol)) {
|
if (StringUtils.isNotBlank(referencesCol)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user