From a4a53645ba32b2b0fa9d67afeeb90fbf38b2b6ad Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Wed, 11 Mar 2026 16:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=AA=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gaotao/modules/customer/entity/dto/ShipmentIssueDto.java | 2 ++ src/main/resources/mapper/notify/IssureNotifyMapper.xml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/main/java/com/gaotao/modules/customer/entity/dto/ShipmentIssueDto.java b/src/main/java/com/gaotao/modules/customer/entity/dto/ShipmentIssueDto.java index e6fee996..90d3cf2b 100644 --- a/src/main/java/com/gaotao/modules/customer/entity/dto/ShipmentIssueDto.java +++ b/src/main/java/com/gaotao/modules/customer/entity/dto/ShipmentIssueDto.java @@ -23,6 +23,8 @@ public class ShipmentIssueDto { @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") private Date endDate; + private String createdBy; + private int page; private int limit; private List orderStatusList; diff --git a/src/main/resources/mapper/notify/IssureNotifyMapper.xml b/src/main/resources/mapper/notify/IssureNotifyMapper.xml index 08ef2460..be3e1ba1 100644 --- a/src/main/resources/mapper/notify/IssureNotifyMapper.xml +++ b/src/main/resources/mapper/notify/IssureNotifyMapper.xml @@ -489,6 +489,9 @@ record_version,out_work_order_flag,project_id,order_type,auth_rule_id,bu) AND a.push_wcs_flag = #{data.pushWcsFlag} + + AND LOWER(a.username) LIKE CONCAT('%', LOWER(#{data.createdBy}), '%') + and a.status!='UNISSUE' order by a.notify_no desc