bug修改,日志文件配置

This commit is contained in:
2022-03-20 21:41:49 +08:00
parent c8119c5bd0
commit 186a28bffc
11 changed files with 602 additions and 171 deletions

View File

@@ -87,6 +87,8 @@ public class VehicleController extends BaseController {
return successful(IDGenerator.gen("CL", "yyyyMMddHHmm", 2, "VEHICLE_CODE"));
}
@PostMapping(value = "resetStatus")
@ApiOperation(value = "重置车辆状态")
private R<String> reset(){
List<VehicleInfo> vehicleInfoList = vehicleInfoServiceBiz.list(new QueryWrapper<VehicleInfo>().eq(VehicleInfo.STATUS, 1));
for (VehicleInfo vehicleInfo:vehicleInfoList