mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
预料管理修改1
This commit is contained in:
+7
-4
@@ -655,13 +655,16 @@ public class OrderServiceImpl implements OrderService {
|
||||
case "配件汇总1-模板.xlsx":// 配件汇总
|
||||
map.put(orderDO, orderPartsMapper.selectPartAll(orderDO.getId(), SecurityFrameworkUtils.getLoginUser().getOrganId()));
|
||||
break;
|
||||
case "板材明细-按房间-模板.xlsx"://
|
||||
case "板材明细-按房间-模板.xlsx":
|
||||
break;
|
||||
case "板材明细-按板材-模板.xlsx"://
|
||||
case "板材明细-按板材-模板.xlsx":
|
||||
map.put(orderDO, plateMapper.selectPlateGoodsList(orderDO.getId(), SecurityFrameworkUtils.getLoginUser().getOrganId()));
|
||||
|
||||
break;
|
||||
case "板材汇总-按房间-模板.xlsx"://
|
||||
case "板材汇总-按房间-模板.xlsx":
|
||||
break;
|
||||
case "板材汇总-按板材-模板.xlsx"://
|
||||
case "板材汇总-按板材-模板.xlsx":
|
||||
map.put(orderDO, plateMapper.selectPlateGoodsList(orderDO.getId(), SecurityFrameworkUtils.getLoginUser().getOrganId()));
|
||||
break;
|
||||
default:
|
||||
// 处理默认情况,可以选择忽略或者做其他处理
|
||||
|
||||
+1
-1
@@ -498,7 +498,7 @@ public class ApiTypeRealize {
|
||||
.groupId(0L)
|
||||
.partsId(0L)
|
||||
.plateId(plateId)
|
||||
.num(0.0)
|
||||
.num(1.0)
|
||||
.build();
|
||||
|
||||
if (plateDetail.get(plate.getInteger("BlockNo")) != null) {
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user