Commit e978b3d7 authored by suntao's avatar suntao

log

parent 5be668b0
......@@ -36,7 +36,7 @@ public class WorkOrderRest {
return JsonResult.buildErrorStateResult("查询参数status错误");
}
}
log.info("[workOrderRest_queryPage]查询成功phone={}", phone);
return workOrderService.queryWorkOrder(pageNumber, pageSize, phone, statusEnum);
}
......
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