|
|
|
@ -150,7 +150,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("confirmTime", formatter.format(ioOrderResponse.getConfirmTime()));
|
|
|
|
|
bizData.put("manufactor", obj.getManufacturer());
|
|
|
|
|
bizData.put("zczbhhzbapzbh", obj.getCertCode() == null ? ' ' : obj.getCertCode());
|
|
|
|
|
bizData.put("ylqxzcrbarmc", udiProductEntity.getYlqxzcrbarmc() == null ? ' ' : udiProductEntity.getYlqxzcrbarmc());
|
|
|
|
@ -239,7 +239,7 @@ public class BasicOrderPrintController {
|
|
|
|
|
bizData.put("serialNo", obj.getSerialNo() == null ? ' ' : obj.getSerialNo());
|
|
|
|
|
bizData.put("productDate", ioOrderDetailBizEntity.getProductDate());
|
|
|
|
|
bizData.put("expireDate", ioOrderDetailBizEntity.getExpireDate());
|
|
|
|
|
bizData.put("confirmTime", ioOrderResponse.getConfirmTime());
|
|
|
|
|
bizData.put("confirmTime", formatter.format(ioOrderResponse.getConfirmTime()));
|
|
|
|
|
bizData.put("manufactor", ioOrderDetailBizEntity.getManufacturer());
|
|
|
|
|
bizData.put("zczbhhzbapzbh", ioOrderDetailBizEntity.getCertCode() == null ? ' ' : ioOrderDetailBizEntity.getCertCode());
|
|
|
|
|
bizData.put("udiCode", obj.getCode().replaceAll("\u001D", ""));
|
|
|
|
|