mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
新增webcad生产单导入:es orderModel新增cad字段pointInfo
This commit is contained in:
+3
@@ -117,4 +117,7 @@ public class OrderModelDO extends ESDocument {
|
||||
|
||||
@Schema(description = "webcad板材数据")
|
||||
private String boardData;
|
||||
|
||||
@Schema(description = "webcad点阵数据")
|
||||
private String pointInfo;
|
||||
}
|
||||
+1
@@ -56,6 +56,7 @@ public class WebCadDataBlockReqVO {
|
||||
private Double cabinetWidth;
|
||||
private Double cabinetHeight;
|
||||
private BoadrData boardData;
|
||||
private Object pointInfo;
|
||||
|
||||
private Long plateGoodsId;
|
||||
private String goodsId;
|
||||
|
||||
+3
@@ -121,4 +121,7 @@ public class OrderModelDO extends ESDocument {
|
||||
|
||||
@Schema(description = "webcad板材数据")
|
||||
private String boardData;
|
||||
|
||||
@Schema(description = "webcad点阵数据")
|
||||
private String pointInfo;
|
||||
}
|
||||
+1
@@ -589,6 +589,7 @@ public class WebCadOrderImportFactory {
|
||||
.orderId(orderId)
|
||||
.plateId(plateId)
|
||||
.boardData(JSON.toJSONString(block.getBoardData()))
|
||||
.pointInfo(JSON.toJSONString(block.getPointInfo()))
|
||||
.build();
|
||||
orderModelDO.setGoodsId(block.getGoodsId());
|
||||
orderModelDO.setPlateGoodsId(plateDO.getGoodsId());
|
||||
|
||||
Reference in New Issue
Block a user