Commit 1c5deca6 authored by hanfeng's avatar hanfeng

客户管理

parent 83770ef1
...@@ -55,7 +55,7 @@ public class AppStaffUserController extends BaseController<AppStaffUserBiz, AppS ...@@ -55,7 +55,7 @@ public class AppStaffUserController extends BaseController<AppStaffUserBiz, AppS
} }
@ApiOperation("查询一条") @ApiOperation("查询一条")
@PostMapping(value = "one") @GetMapping(value = "one")
public ObjectRestResponse<AppStaffUser> findOne(AppStaffUser appStaffUser) { public ObjectRestResponse<AppStaffUser> findOne(AppStaffUser appStaffUser) {
AppStaffUser staffUser = baseBiz.findOne(appStaffUser); AppStaffUser staffUser = baseBiz.findOne(appStaffUser);
if (staffUser!=null) { if (staffUser!=null) {
......
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