Commit 8eae9dec authored by zhangwanglin's avatar zhangwanglin

更新时间

parent dbda39f4
......@@ -1205,6 +1205,7 @@ public class AccountServiceImpl extends ServiceImpl<ChDisabAccountsMapper, ChDis
ChSrvTaskDetail ca = new ChSrvTaskDetail();
ca.setStatus((short) 0);
ca.setTaskDetailId(Long.valueOf(taskDetailId));
ca.setLcd(new Date());
chSrvTaskDetailMapper.updateById(ca);
}
return Result.success();
......
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