退料接收时,检查结算表拿到待退料数量,防止多退
This commit is contained in:
parent
c2b6c94ba5
commit
8c1c1f41d1
|
|
@ -199,7 +199,7 @@ public class BackReceiveController extends BaseController {
|
||||||
if (res > 0) {
|
if (res > 0) {
|
||||||
return AjaxResult.success("接收成功");
|
return AjaxResult.success("接收成功");
|
||||||
} else {
|
} else {
|
||||||
return AjaxResult.error("接收失败");
|
return AjaxResult.error("未接收到数据");
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue