lutong 1 săptămână în urmă
părinte
comite
d450ba813f

+ 1 - 0
alien-lawyer/src/main/java/shop/alien/lawyer/controller/LawyerUserController.java

@@ -37,6 +37,7 @@ public class LawyerUserController {
     @ApiOperationSupport(order = 1)
     @PostMapping("/addLawyerUser")
     public R<LawyerUser> addLawyerUser(@RequestBody LawyerUser lawyerUser) {
+
         log.info("LawyerUserController.addLawyerUser?lawyerUser={}", lawyerUser);
         return lawyerUserService.addLawyerUser(lawyerUser);
     }