no message

This commit is contained in:
cb 2025-05-09 15:30:39 +08:00
parent 880866b1b6
commit 78f43c0c16
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ public class OrderServiceImpl implements OrderService {
break; break;
} }
} }
if (isKeep) { if (isKeep|| org.apache.commons.collections.CollectionUtils.isEmpty(tmpDetailListOfMasters)) {
filteredMasterList.add(master); filteredMasterList.add(master);
} }