From 752cad0bf5ff5a9521d9b24decf410d031f2e884 Mon Sep 17 00:00:00 2001 From: liquanyu Date: Tue, 11 Aug 2020 14:49:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E8=A7=86=E4=B8=AD=E4=BA=A7=E5=90=8E?= =?UTF-8?q?=E4=BF=AE=E5=85=BB=E5=9C=B0=E6=B7=BB=E5=8A=A0=E8=A1=97=E9=81=93?= =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform-dal/src/main/java/com/lyms/platform/query/MatDeliverQuery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-dal/src/main/java/com/lyms/platform/query/MatDeliverQuery.java b/platform-dal/src/main/java/com/lyms/platform/query/MatDeliverQuery.java index 8b98422..279ab45 100644 --- a/platform-dal/src/main/java/com/lyms/platform/query/MatDeliverQuery.java +++ b/platform-dal/src/main/java/com/lyms/platform/query/MatDeliverQuery.java @@ -431,7 +431,7 @@ public class MatDeliverQuery extends BaseQuery implements IConvertToNativeQuery if (null != areaPostRestId) { condition = condition.and("areaPostRestId", areaPostRestId, MongoOper.IS); if (streetPostRestId != null) { - condition = condition.and("streetPostRestId", streetPostRestId, MongoOper.IS); + condition = condition.and("streetRegisterId", streetPostRestId, MongoOper.IS); } } } -- 1.8.3.1