Commit 489c7a72 by zhiwj

门店

parent b639839c
......@@ -552,7 +552,7 @@ public class ClerkApiServiceImpl implements ClerkApiService {
clerkDTO.setStoreName(storeDTO.getStoreName());
}
}
return ServiceResponse.success();
return ServiceResponse.success(clerkDTO);
}
@Override
......
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