Commit 0531cccd authored by xiaoguang.xu's avatar xiaoguang.xu

去掉一个无用的时间创建

parent 47831dfa
...@@ -945,7 +945,6 @@ public class InnerController implements IBaseController { ...@@ -945,7 +945,6 @@ public class InnerController implements IBaseController {
} }
} }
UserSpouse userSpouse = userSpouseService.findByUserId(userId); UserSpouse userSpouse = userSpouseService.findByUserId(userId);
Timestamp timestamp = new Timestamp(System.currentTimeMillis());
if (userSpouse == null) { if (userSpouse == null) {
userSpouse = new UserSpouse(userId); userSpouse = new UserSpouse(userId);
} }
......
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