Commit c7302308 by zhiwj

bug

parent 005b49fd
......@@ -48,7 +48,7 @@ public class BadEvaluateConfigServiceImpl implements BadEvaluateConfigService {
@Override
public void updateBadEvaluateConfig(BadEvaluateConfigDTO badEvaluateConfigDTO) {
TabBadEvaluateConfig badEvaluateConfig = EntityUtil.changeEntityByJSON(TabBadEvaluateConfig.class, badEvaluateConfigDTO);
tabBadEvaluateConfigMapper.insertSelective(badEvaluateConfig);
tabBadEvaluateConfigMapper.updateByPrimaryKeySelective(badEvaluateConfig);
}
@Override
......
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