|
|
@ -51,6 +51,7 @@ import org.activiti.engine.impl.persistence.entity.TaskEntityImpl; |
|
|
|
import org.activiti.engine.runtime.ProcessInstance; |
|
|
|
import org.activiti.engine.task.Task; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.beans.factory.annotation.Value; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
import org.springframework.util.CollectionUtils; |
|
|
@ -133,6 +134,7 @@ public class PurchaseOrderServiceImpl implements IPurchaseOrderService |
|
|
|
@Autowired |
|
|
|
private SysCompanyInformationMapper companyInformationMapper; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* 查询采购订单 |
|
|
|
* |
|
|
@ -711,7 +713,7 @@ public class PurchaseOrderServiceImpl implements IPurchaseOrderService |
|
|
|
FileDownloadUtils fileDownloadUtils = new FileDownloadUtils(); |
|
|
|
|
|
|
|
try { |
|
|
|
String fileAbsolutePath = fileDownloadUtils.getFileAbsolutePath(fileName); |
|
|
|
String fileAbsolutePath = fileDownloadUtils.getFileRelativePath(fileName); |
|
|
|
|
|
|
|
//处理供应商
|
|
|
|
SysSupplier sysSupplier = sysSupplierService.selectSysSupplierByCode(supplierCode); |
|
|
|