|
|
@@ -9,6 +9,7 @@ import javax.servlet.http.HttpServletResponse;
|
|
|
|
|
|
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
|
|
|
|
|
|
+import com.goafanti.common.error.BusinessException;
|
|
|
import com.goafanti.common.model.TOrderDun;
|
|
|
import com.goafanti.common.model.TOrderNew;
|
|
|
import com.goafanti.common.model.TOrderOutsource;
|
|
|
@@ -174,7 +175,7 @@ public interface OrderNewService {
|
|
|
List<TOrderLogBo> selectOrderLog(String orderNo);
|
|
|
|
|
|
void pushGeneralSendNoticeAndEmail(List<String> alist, Integer type,String OrderNo,String adminId);
|
|
|
- void exportOrderTaskData(String orderNo, HttpServletResponse response)throws IOException ;
|
|
|
+ void exportOrderTaskData(String orderNo, HttpServletResponse response)throws IOException,BusinessException ;
|
|
|
|
|
|
|
|
|
}
|