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