|
@ -103,6 +103,7 @@ public class CockpitController{ |
|
|
*/ |
|
|
*/ |
|
|
@PostMapping("/workshopCondition") |
|
|
@PostMapping("/workshopCondition") |
|
|
@Log("车间情况") |
|
|
@Log("车间情况") |
|
|
|
|
|
@SaIgnore |
|
|
@ApiOperation("车间情况") |
|
|
@ApiOperation("车间情况") |
|
|
public CommonResult<Object> workshopCondition() { |
|
|
public CommonResult<Object> workshopCondition() { |
|
|
return RestBusinessTemplate.execute(cockpitService::workshopCondition); |
|
|
return RestBusinessTemplate.execute(cockpitService::workshopCondition); |
|
|