diff --git a/src/main/java/digital/laboratory/platform/identifybook/service/impl/PushDataToLabsCareServiceImpl.java b/src/main/java/digital/laboratory/platform/identifybook/service/impl/PushDataToLabsCareServiceImpl.java index f09bfd4..5679084 100644 --- a/src/main/java/digital/laboratory/platform/identifybook/service/impl/PushDataToLabsCareServiceImpl.java +++ b/src/main/java/digital/laboratory/platform/identifybook/service/impl/PushDataToLabsCareServiceImpl.java @@ -248,7 +248,7 @@ public class PushDataToLabsCareServiceImpl implements PushDataToLabsCareService jsonObject.set("jyyr2qm", entrustmentDTO.getAppraisalUserName()); // 检测人 jsonObject.set("jyy1zc", NULL_PLACEHOLDER); // 检验人1专业技术资格或职称 jsonObject.set("jyy2zc", NULL_PLACEHOLDER); // 检验人2专业技术资格或职称 - jsonObject.set("qfrq", LocalDate.now().format(DateTimeFormatter.ofPattern("yyyy年MM月dd日"))); + jsonObject.set("qfrq", NULL_PLACEHOLDER); jsonObject.set("qrcode", NULL_PLACEHOLDER); // 二维码地址 jsonObject.set("sjr1List", CollUtil.newArrayList(entrustInfo.getDeliver1Name(), entrustInfo.getDeliver2Name())); // 送检人 jsonObject.set("slrq", entrustInfo.getAcceptDate().format(DateTimeFormatter.ofPattern("yyyy年MM月dd日")));