|
|
|
@ -3265,9 +3265,9 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
|
|
|
|
|
private BasicPrintTemplateEntity getPrintTemplate(Integer type) { |
|
|
|
|
BasicPrintTemplateEntity template = null; |
|
|
|
|
if (1 == type) { |
|
|
|
|
if (2 == type) { |
|
|
|
|
template = basicPrintTemplateClient.getPrintTemplate(PrintTemplateStatusConstant.daiqueren_1.getValue()); |
|
|
|
|
} else if (2 == type) { |
|
|
|
|
} else if (1 == type) { |
|
|
|
|
template = basicPrintTemplateClient.getPrintTemplate(PrintTemplateStatusConstant.daiqueren_12.getValue()); |
|
|
|
|
} |
|
|
|
|
if (ObjectUtil.isEmpty(template)) { |
|
|
|
|