Commit f39ac403 authored by shiyu's avatar shiyu

更新任务

parent f830ced9
...@@ -71,6 +71,6 @@ public class SignInTaskDaoImpl implements SignInTaskDao { ...@@ -71,6 +71,6 @@ public class SignInTaskDaoImpl implements SignInTaskDao {
@Override @Override
public boolean updateByPrimaryKey(SignInTask signInTask) { public boolean updateByPrimaryKey(SignInTask signInTask) {
return signInTaskMapper.updateByPrimaryKey(signInTask) > 0; return signInTaskMapper.updateByPrimaryKeySelective(signInTask) > 0;
} }
} }
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