员工培训
This commit is contained in:
@@ -21,7 +21,7 @@ import java.util.List;
|
||||
* @Version 1.0
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/mini//newStoreOpening")
|
||||
@RequestMapping("/mini/newStoreOpening")
|
||||
@Api(tags = "mini新店开业")
|
||||
public class MiniNewStoreOpeningController {
|
||||
|
||||
|
||||
@@ -62,15 +62,4 @@ public class TempUserDetailController {
|
||||
public ResponseResult<TempUserDetailInfoVO> getUserInfoByIdUserDetailId(@RequestParam(value = "userDetailId") Long userDetailId) {
|
||||
return ResponseResult.success(tempUserDetailService.getUserInfoByIdUserDetailId((userDetailId)));
|
||||
}
|
||||
|
||||
@PostMapping(path = "/registrationCompleted")
|
||||
@ApiOperation("培训登记-完成")
|
||||
@ApiImplicitParams({
|
||||
@ApiImplicitParam(name = "id", value = "店铺id shopId")
|
||||
})
|
||||
public ResponseResult<Boolean> registrationCompleted(@RequestBody IdRequest idRequest) {
|
||||
tempUserDetailService.registrationCompleted((idRequest.getId()));
|
||||
return ResponseResult.success(Boolean.TRUE);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user