Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
MicroCommunity
Commits
f2291a6b
Commit
f2291a6b
authored
3 years ago
by
java110
Browse files
Options
Download
Email Patches
Plain Diff
优化 编辑业主
parent
556a50eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
service-user/src/main/java/com/java110/user/cmd/owner/EditOwnerCmd.java
+0
-1
...rc/main/java/com/java110/user/cmd/owner/EditOwnerCmd.java
with
0 additions
and
1 deletion
+0
-1
service-user/src/main/java/com/java110/user/cmd/owner/EditOwnerCmd.java
+
0
-
1
View file @
f2291a6b
...
...
@@ -61,7 +61,6 @@ public class EditOwnerCmd extends AbstractServiceCmdListener {
public
void
validate
(
CmdEvent
event
,
ICmdDataFlowContext
cmdDataFlowContext
,
JSONObject
reqJson
)
throws
CmdException
{
Assert
.
jsonObjectHaveKey
(
reqJson
,
"memberId"
,
"请求报文中未包含ownerId"
);
Assert
.
jsonObjectHaveKey
(
reqJson
,
"name"
,
"请求报文中未包含name"
);
Assert
.
jsonObjectHaveKey
(
reqJson
,
"userId"
,
"请求报文中未包含userId"
);
Assert
.
jsonObjectHaveKey
(
reqJson
,
"age"
,
"请求报文中未包含age"
);
Assert
.
jsonObjectHaveKey
(
reqJson
,
"link"
,
"请求报文中未包含link"
);
Assert
.
jsonObjectHaveKey
(
reqJson
,
"sex"
,
"请求报文中未包含sex"
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help