|
|
@@ -3,8 +3,10 @@ package com.jpsoft.enterprise.modules.base.service.impl;
|
|
|
import com.github.pagehelper.Page;
|
|
|
import com.github.pagehelper.PageHelper;
|
|
|
import com.jpsoft.enterprise.modules.base.dao.BillDetailInfoDAO;
|
|
|
+import com.jpsoft.enterprise.modules.base.dao.BillInfoDAO;
|
|
|
import com.jpsoft.enterprise.modules.base.dao.OrderInfoDAO;
|
|
|
import com.jpsoft.enterprise.modules.base.entity.BillDetailInfo;
|
|
|
+import com.jpsoft.enterprise.modules.base.entity.BillInfo;
|
|
|
import com.jpsoft.enterprise.modules.base.entity.OrderInfo;
|
|
|
import com.jpsoft.enterprise.modules.base.service.BillDetailInfoService;
|
|
|
import com.jpsoft.enterprise.modules.base.service.OrderInfoService;
|
|
|
@@ -34,6 +36,9 @@ public class BillDetailInfoServiceImpl implements BillDetailInfoService {
|
|
|
@Resource(name="orderInfoDAO")
|
|
|
private OrderInfoDAO orderInfoDAO;
|
|
|
|
|
|
+ @Resource(name="billInfoDAO")
|
|
|
+ private BillInfoDAO billInfoDAO;
|
|
|
+
|
|
|
@Override
|
|
|
public BillDetailInfo get(String id) {
|
|
|
// TODO Auto-generated method stub
|