|
@@ -182,8 +182,10 @@ public class SyDeclarationElementsServiceImpl extends ServiceImpl<SyDeclarationE
|
|
syDeclarationElementsMapper.updateAssembledPacking(uuid,elementid);
|
|
syDeclarationElementsMapper.updateAssembledPacking(uuid,elementid);
|
|
//修改装箱成衣单报关要素ID
|
|
//修改装箱成衣单报关要素ID
|
|
syDeclarationElementsMapper.updateTailoring(uuid,elementid);
|
|
syDeclarationElementsMapper.updateTailoring(uuid,elementid);
|
|
- //修改装箱成衣单报关要素ID
|
|
|
|
|
|
+ //修改装箱单面料报关要素ID
|
|
syDeclarationElementsMapper.updateFabric(uuid,elementid);
|
|
syDeclarationElementsMapper.updateFabric(uuid,elementid);
|
|
|
|
+ //修改托书子表报关要素ID
|
|
|
|
+ syDeclarationElementsMapper.updatesyShippingOrderItem(uuid,elementid);
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|