Commit 868a72e0 authored by libin's avatar libin

通用配置

parent ac04af75
...@@ -35,7 +35,7 @@ public class CofigBiz extends BaseBiz<CofigMapper,Cofig> { ...@@ -35,7 +35,7 @@ public class CofigBiz extends BaseBiz<CofigMapper,Cofig> {
*/ */
public int updateConfig(Cofig cofig) { public int updateConfig(Cofig cofig) {
EntityUtils.setUpdatedInfo(cofig); EntityUtils.setUpdatedInfo(cofig);
return mapper.updateConfig(cofig); return mapper.updateByPrimaryKeySelective(cofig);
} }
public WithDrawRuleVo getWithDrawRule(){ public WithDrawRuleVo getWithDrawRule(){
......
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