产品入库单
This commit is contained in:
parent
755671c2bc
commit
5c1595d95d
@ -115,7 +115,7 @@ public class WmProductRecptController extends BaseController
|
|||||||
{
|
{
|
||||||
for (Long recptId: recptIds
|
for (Long recptId: recptIds
|
||||||
) {
|
) {
|
||||||
wmProductRecptLineService.deleteByRecptId(recptId)
|
wmProductRecptLineService.deleteByRecptId(recptId);
|
||||||
}
|
}
|
||||||
return toAjax(wmProductRecptService.deleteWmProductRecptByRecptIds(recptIds));
|
return toAjax(wmProductRecptService.deleteWmProductRecptByRecptIds(recptIds));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user