Commit 8b12680e by fudahua

消息推送

parent af156b67
......@@ -34,7 +34,7 @@ public class PendingTaskServiceImpl implements PendingTaskService {
tabPendingTask.setUpdateTime(new Date());
if (pendingTask != null) {
tabPendingTask.setId(pendingTask.getId());
pendingTaskMapper.updateByPrimaryKey(tabPendingTask);
pendingTaskMapper.updateByPrimaryKeySelective(tabPendingTask);
} else {
tabPendingTask.setCreateTime(new Date());
pendingTaskMapper.insertSelective(tabPendingTask);
......
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