Commit f2291a6b authored by java110's avatar java110
Browse files

优化 编辑业主

parent 556a50eb
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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");
......
Supports Markdown
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