Commit 9c5df230 by huangZW

111

parent e65e20f1
......@@ -42,7 +42,7 @@ public class MaidianDictApiServiceImpl implements MaidianDictApiService{
}else{
//更新
tab.setUpdateTime(new Date());
tabHaobanMaidianDictModuleMapper.updateByPrimaryKey(tab);
tabHaobanMaidianDictModuleMapper.updateByPrimaryKeySelective(tab);
}
}
@Override
......@@ -58,7 +58,7 @@ public class MaidianDictApiServiceImpl implements MaidianDictApiService{
}else{
//更新
tab.setUpdateTime(new Date());
tabHaobanMaidianDictMapper.updateByPrimaryKey(tab);
tabHaobanMaidianDictMapper.updateByPrimaryKeySelective(tab);
}
}
......
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