Commit 14fe0425 authored by fangxinjiang's avatar fangxinjiang

项目规则配置-fxj

parent 4d3a8f22
......@@ -432,7 +432,7 @@ public class TAutoMainRelServiceImpl extends ServiceImpl<TAutoMainRelMapper, TAu
String diffKey;
StringBuilder difkeys = new StringBuilder("");
List<String> ignore = new ArrayList<>();
ignore.add("value");
ignore.add("value,sortOrder");
for(SysAutoDictItem sysAutoDictItem : autoDictItems){
initDictItem(sysAutoDictItem, user, autoDict, autoMainRel);
if (Common.isNotNull(sysAutoDictItem.getId())){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment