Commit bbc5b200a0bc4511acc30ee396abfdb0821ae7bb
1 parent
304219d3
add
Showing
1 changed file
with
3 additions
and
0 deletions
huaheng-wms-core/src/main/java/org/jeecg/modules/wms/stocktaking/cycleCountDetail/service/impl/CycleCountDetailServiceImpl.java
... | ... | @@ -14,6 +14,7 @@ import org.jeecg.modules.wms.config.location.entity.Location; |
14 | 14 | import org.jeecg.modules.wms.config.location.service.impl.LocationServiceImpl; |
15 | 15 | import org.jeecg.modules.wms.config.material.entity.Material; |
16 | 16 | import org.jeecg.modules.wms.config.material.service.impl.MaterialServiceImpl; |
17 | +import org.jeecg.modules.wms.config.parameterConfiguration.service.IParameterConfigurationService; | |
17 | 18 | import org.jeecg.modules.wms.inventory.inventoryHeader.entity.InventoryDetail; |
18 | 19 | import org.jeecg.modules.wms.inventory.inventoryHeader.service.IInventoryDetailService; |
19 | 20 | import org.jeecg.modules.wms.stocktaking.cycleCountDetail.entity.CycleCountDetail; |
... | ... | @@ -69,6 +70,8 @@ public class CycleCountDetailServiceImpl extends ServiceImpl<CycleCountDetailMap |
69 | 70 | private CycleCountHeaderServiceImpl cycleCountHeaderService; |
70 | 71 | @Resource |
71 | 72 | private ContainerServiceImpl containerServiceImpl; |
73 | + @Resource | |
74 | + private IParameterConfigurationService parameterConfigurationService; | |
72 | 75 | |
73 | 76 | @Override |
74 | 77 | @Transactional |
... | ... |