Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Mar 29, 2020
1 parent 0576b86 commit 17dc61e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public void updateUser(DemoReq req) {
user.setId(req.getId());
user.setName(req.getName());
int count = handle.update(user);

WorkRes workRes = new WorkRes();
workRes.setCode("200");
workRes.setMessage("success");
Expand Down

0 comments on commit 17dc61e

Please sign in to comment.