|
|
|
@ -67,7 +67,7 @@ public class WarehouseUpdownTypeApiController {
|
|
|
|
|
return R.data(upShelfDataVOs); |
|
|
|
|
}catch (CustomerException e){ |
|
|
|
|
log.warn(e.message); |
|
|
|
|
return Resp.scanFail(e.message,e.message); |
|
|
|
|
return Resp.scanFail(e.code,e.message,e.message); |
|
|
|
|
}catch (Exception e){ |
|
|
|
|
log.error(method+"系统异常,联系管理员",e); |
|
|
|
|
return R.fail(500,"系统异常,联系管理员"); |
|
|
|
@ -101,7 +101,7 @@ public class WarehouseUpdownTypeApiController {
|
|
|
|
|
return R.data(upShelfAllocationVO); |
|
|
|
|
}catch (CustomerException e){ |
|
|
|
|
log.warn(e.message); |
|
|
|
|
return Resp.scanFail(e.message,e.message); |
|
|
|
|
return Resp.scanFail(e.code,e.message,e.message); |
|
|
|
|
}catch (Exception e){ |
|
|
|
|
log.error(method+"系统异常,联系管理员",e); |
|
|
|
|
return R.fail(500,"系统异常,联系管理员"); |
|
|
|
|