|
@@ -107,8 +107,8 @@ public class PurchaseOrderServiceImpl implements PurchaseOrderService {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private CommonDao commonDao;
|
|
private CommonDao commonDao;
|
|
|
|
|
|
|
|
- @Autowired
|
|
|
|
|
- private SaleOrderForProdItemDao saleOrderForProdItemDao;
|
|
|
|
|
|
|
+// @Autowired
|
|
|
|
|
+// private SaleOrderForProdItemDao saleOrderForProdItemDao;
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public void save(List<PurcOrderInfoItem> orderItems) {
|
|
public void save(List<PurcOrderInfoItem> orderItems) {
|