This commit is contained in:
linfso 2024-08-04 15:34:09 +08:00
parent 33f1ba7751
commit 32a6eaddc4

View File

@ -125,11 +125,9 @@ public class EmisWaybillProblemInfoServiceImpl extends EmisBaseService implement
// 删除问题件
emisWaybillProblemInfoMapper.deleteEmisWaybillProblemInfoById(id);
}
return 1;
// return emisWaybillProblemInfoMapper.deleteEmisWaybillProblemInfoByIds(ids);
}
/**