认证-参数项收集-变更:责任领域可修改

This commit is contained in:
liyawei
2022-07-14 10:36:27 +08:00
parent b05feb991b
commit 4b47cce998
@@ -641,6 +641,9 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
if ("description".equals(dbFieldName)) {
indexOfDescription = i;
}
if ("duty_territory".equals(dbFieldName)) {
map.put("type", true);
}
if ("sdt".equals(dbFieldName)) {
map.put("click", true);
}