|
@@ -2566,7 +2566,8 @@ public class AddInstallBusinessImpl implements AddInstallBusiness {
|
|
|
insertnum=1;
|
|
|
outid=1;
|
|
|
// 生成工单产品对象
|
|
|
- OrderProduct op = getOrderProduct(orderBase, orderProducts, sysDictRefDLMap, sysDictRefXLMap, sysDictRefXiLieMap, mx, productMap);
|
|
|
+ OrderProduct op = getOrderProduct(orderBase, orderProducts, sysDictRefDLMap, sysDictRefXLMap,
|
|
|
+ sysDictRefXiLieMap, mx, productMap);
|
|
|
// 生成采集明细数据+附件数据
|
|
|
// 总数量一条条插入,内外机数量不再拆分
|
|
|
// extracted(orderBase, oids, odfs, insertnum, outid, mx, op);
|