|
|
@ -139,7 +139,12 @@ public class SfcScrapController {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@GetMapping("/getScrapDtoBysfc")
|
|
|
|
@GetMapping("/getScrapDtoBysfc")
|
|
|
|
public R getScrapDtoBysfc(String site,String sfc){
|
|
|
|
public R getScrapDtoBysfc(String site,String sfc){
|
|
|
|
return R.ok(anomalyService.getScrapDtoBysfc(site,sfc));
|
|
|
|
try{
|
|
|
|
|
|
|
|
return R.ok(anomalyService.getScrapDtoBysfc(site,sfc));
|
|
|
|
|
|
|
|
}catch (Exception e){
|
|
|
|
|
|
|
|
return R.failed("产品报废检索报错"+e.getMessage());
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|