Merge branch 'develop_migration' into 'develop_master'

feat: There is no way the, 政策入库 新增 多选日期

See merge request LiuChao/foton-slrs-system-rest!448
This commit is contained in:
super_liu
2022-04-08 18:07:52 +08:00
2 changed files with 3 additions and 2 deletions
@@ -877,6 +877,7 @@ public class SarLawsStandInfoServiceImpl extends ServiceImpl<SarLawsStandInfoDao
fileIds += attrValue + ",";
} else if (InitStandAttrUtil.multiTimeFieldList.contains(attrKey)) {
multiTimeMap.put(attrKey,attrValue);
attrValue = "'" + attrValue + "'";
}
// 不同类型存储数据需单独处理值
if (InitStandAttrUtil.numFieldListLaws.contains(attrKey)) {