mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
新增小板返回参数类型修改
This commit is contained in:
+2
-2
@@ -536,8 +536,6 @@ public class PlateServiceImpl implements PlateService {
|
|||||||
|
|
||||||
List<OrderModelDO> orderPlateModelDOS = new ArrayList<>();
|
List<OrderModelDO> orderPlateModelDOS = new ArrayList<>();
|
||||||
|
|
||||||
Map<String,String> plateIdAndNo = new HashMap<>();
|
|
||||||
|
|
||||||
Long planId = Optional.ofNullable(reqVO.get(0).getPlanId()).orElseThrow(()-> exception(ORDER_PLAN_PLATE_ERROR));
|
Long planId = Optional.ofNullable(reqVO.get(0).getPlanId()).orElseThrow(()-> exception(ORDER_PLAN_PLATE_ERROR));
|
||||||
|
|
||||||
PlanDO planDO = planMapper.selectById(planId);
|
PlanDO planDO = planMapper.selectById(planId);
|
||||||
@@ -554,6 +552,8 @@ public class PlateServiceImpl implements PlateService {
|
|||||||
|
|
||||||
reqVO.forEach(f->{
|
reqVO.forEach(f->{
|
||||||
|
|
||||||
|
Map<String,String> plateIdAndNo = new HashMap<>();
|
||||||
|
|
||||||
Long orderId = f.getOrderId();
|
Long orderId = f.getOrderId();
|
||||||
|
|
||||||
GoodsDO goodsDO = goodsDOS.stream().filter(g -> g.getOrderId().equals(f.getOrderId())).toList().get(0);
|
GoodsDO goodsDO = goodsDOS.stream().filter(g -> g.getOrderId().equals(f.getOrderId())).toList().get(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user