|
@@ -15,7 +15,6 @@ import org.dromara.bulk.service.BulkOrderManagementService;
|
|
|
import org.dromara.common.core.utils.OrderNumberGenerator;
|
|
import org.dromara.common.core.utils.OrderNumberGenerator;
|
|
|
import org.dromara.productionManagement.domain.ProductionPlan;
|
|
import org.dromara.productionManagement.domain.ProductionPlan;
|
|
|
import org.dromara.productionManagement.mapper.ProductionPlanMapper;
|
|
import org.dromara.productionManagement.mapper.ProductionPlanMapper;
|
|
|
-import org.dromara.system.domain.vo.SysOssVo;
|
|
|
|
|
import org.dromara.system.service.impl.SysOssServiceImpl;
|
|
import org.dromara.system.service.impl.SysOssServiceImpl;
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
@@ -97,7 +96,7 @@ public class BulkOrderManagementServiceImpl implements BulkOrderManagementServic
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//处理款式图
|
|
//处理款式图
|
|
|
- SysOssVo styleImageVo = sysOssService.upload(orderList.getStyleImage());
|
|
|
|
|
|
|
+// SysOssVo styleImageVo = sysOssService.upload(orderList.getStyleImage());
|
|
|
}
|
|
}
|
|
|
return 1;
|
|
return 1;
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|