Merge remote-tracking branch 'origin/dev_WMS20260401' into dev_WMS20260401
This commit is contained in:
+4
@@ -193,6 +193,10 @@ public class BmsInvoiceListServiceImpl extends ServiceImpl<BmsInvoiceListMapper,
|
||||
// billManageMapper.updateById(billManage);
|
||||
// }
|
||||
List<Long> billManageIds = bmsInvoiceListAddDTO.getBillManageIds();
|
||||
if (billManageIds != null && billManageIds.size() > 0){
|
||||
} else {
|
||||
billManageIds.add(bmsInvoiceListAddDTO.getBillManageId());
|
||||
}
|
||||
List<BillManage> billManages = billManageMapper.selectList(new LambdaQueryWrapper<BillManage>().in(BillManage::getBillManageId, billManageIds));
|
||||
if (billManages != null && billManages.size() > 0) {
|
||||
for (BillManage billManage : billManages) {
|
||||
|
||||
Reference in New Issue
Block a user