|
@@ -197,6 +197,7 @@ public class CmsGroupController {
|
|
|
* 重新上架过期车队
|
|
* 重新上架过期车队
|
|
|
*/
|
|
*/
|
|
|
@PutMapping("/up/trips/{groupsId}")
|
|
@PutMapping("/up/trips/{groupsId}")
|
|
|
|
|
+ @Log(module = "过期账号/上架过期车队", businessType = BusinessType.PUT, isSaveRequestData = true)
|
|
|
public Result<String> upGroupsTrips(@PathVariable Long groupsId) {
|
|
public Result<String> upGroupsTrips(@PathVariable Long groupsId) {
|
|
|
groupService.update(null, Wrappers.lambdaUpdate(GroupsTrips.class)
|
|
groupService.update(null, Wrappers.lambdaUpdate(GroupsTrips.class)
|
|
|
.set(GroupsTrips::getStatus, GroupsTrips.Status.validity)
|
|
.set(GroupsTrips::getStatus, GroupsTrips.Status.validity)
|