提交 e8b21a80 编写于 作者: N nrd

优化了查询客户的代码

上级 a043a962
......@@ -55,7 +55,7 @@ public class CustomerController {
} else {
customer.put("code", 0);
customer.put("massage", "没有查询到姓名为:" + name + "的客户信息");
customer.put("message", "没有查询到姓名为:" + name + "的客户信息");
}
}
return customer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册