Commit 755557fa0de1b708118a09feecf0e8dd82a170e0

Authored by 谢茂盛
1 parent 91ff6ea3

feat: 问题修复项

1、内部编号处理 '-' 通过接口刷数据处理
2、计算利润率支持全选(根据页面查询条件)
3、计算设计师权重分母对内部编码去重
src/main/java/com/order/erp/service/order/impl/OrderBaseInfoServiceImpl.java
@@ -234,7 +234,6 @@ public class OrderBaseInfoServiceImpl extends ServiceImpl<OrderBaseInfoMapper, O @@ -234,7 +234,6 @@ public class OrderBaseInfoServiceImpl extends ServiceImpl<OrderBaseInfoMapper, O
234 fillInspectionStageInfo(resultVOList); 234 fillInspectionStageInfo(resultVOList);
235 } 235 }
236 236
237 -  
238 if (CollectionUtils.isNotEmpty(resultVOList)) { 237 if (CollectionUtils.isNotEmpty(resultVOList)) {
239 List<Map<String, Object>> list = buildExportMapVOS(resultVOList, lockFieldVO); 238 List<Map<String, Object>> list = buildExportMapVOS(resultVOList, lockFieldVO);
240 if (CollectionUtils.isNotEmpty(list)) { 239 if (CollectionUtils.isNotEmpty(list)) {