Commit 67d24995 by zhangxingmin

push

parent 598bad49
......@@ -194,7 +194,7 @@ public class CommissionExpectedServiceImpl extends ServiceImpl<CommissionExpecte
.collect(Collectors.toMap(PolicyFollow::getPolicyNo, Function.identity(), (v1, v2) -> v1));
}
// 构建完整混合列表(保持主记录顺序,子记录紧跟其后)
// 构建完整混合列表
List<CommissionExpectedNewVO> allMixedRecords = new ArrayList<>();
for (CommissionExpected expected : allExpectedList) {
// 主记录
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment