|
|
|
@ -159,6 +159,7 @@ public class BasicOrderPrintController {
|
|
|
|
|
bizData.put("serialNo", udiProductEntity.getSerialNo() == null ? ' ' : udiProductEntity.getSerialNo());
|
|
|
|
|
bizData.put("productDate", obj.getProductDate());
|
|
|
|
|
bizData.put("expireDate", obj.getExpireDate());
|
|
|
|
|
bizData.put("confirmTime", ioOrderResponse.getConfirmTime());
|
|
|
|
|
bizData.put("manufactor", obj.getManufacturer());
|
|
|
|
|
bizData.put("zczbhhzbapzbh", obj.getCertCode() == null ? ' ' : obj.getCertCode());
|
|
|
|
|
bizData.put("ylqxzcrbarmc", udiProductEntity.getYlqxzcrbarmc() == null ? ' ' : udiProductEntity.getYlqxzcrbarmc());
|
|
|
|
@ -253,6 +254,7 @@ public class BasicOrderPrintController {
|
|
|
|
|
bizData.put("manufactor", ioOrderDetailBizEntity.getManufacturer());
|
|
|
|
|
bizData.put("zczbhhzbapzbh", ioOrderDetailBizEntity.getCertCode() == null ? ' ' : ioOrderDetailBizEntity.getCertCode());
|
|
|
|
|
bizData.put("orderRemark", ioOrderResponse.getRemark() == null ? ' ' : ioOrderResponse.getRemark());
|
|
|
|
|
bizData.put("confirmTime", ioOrderResponse.getConfirmTime());
|
|
|
|
|
|
|
|
|
|
if (IntUtil.value(printThird) == 1) {
|
|
|
|
|
UdiRelevanceEntity udiRelevanceEntity = udiRelevanceService.selectById(obj.getRelId());
|
|
|
|
|