|
|
|
@ -3171,12 +3171,12 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
if (ObjectUtils.isNull(idArray)) { |
|
|
|
|
throw new ServiceException("参数错误"); |
|
|
|
|
} |
|
|
|
|
if (1 == type) { |
|
|
|
|
if (2 == type) { |
|
|
|
|
|
|
|
|
|
return handleShiPeiData(template, idArray,html); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else if (2 == type) { |
|
|
|
|
} else if (1 == type) { |
|
|
|
|
handleShangPeiData(printPreviewVO, idArray); |
|
|
|
|
} else { |
|
|
|
|
log.warn("###########printBatch: 未知的打印类型"); |
|
|
|
|