退料接收时,检查结算表拿到待退料数量,防止多退

This commit is contained in:
sxu 2024-08-28 13:41:25 +08:00
parent c2b6c94ba5
commit 8c1c1f41d1
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ public class BackReceiveController extends BaseController {
if (res > 0) {
return AjaxResult.success("接收成功");
} else {
return AjaxResult.error("接收失败");
return AjaxResult.error("未接收到数据");
}
} catch (Exception e) {
throw new RuntimeException(e);