From d1b7fd85615a78a476650e5acfc8b165a5deb3aa Mon Sep 17 00:00:00 2001 From: yujian <yujian> Date: 星期五, 12 四月 2019 11:41:05 +0800 Subject: [PATCH] Merge branch 'div' --- fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushServiceImpl.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushServiceImpl.java index 17b462c..36aa54b 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushServiceImpl.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushServiceImpl.java @@ -98,6 +98,7 @@ PushRecord pushRecord = new PushRecord(); + pushRecord.setUid(uid); pushRecord.setState(1); pushRecord.setType(PushController.GOODS); // 閮芥垚鍔� pushRecord.setUrl(url); @@ -142,6 +143,7 @@ PushRecord pushRecord = new PushRecord(); + pushRecord.setUid(uid); pushRecord.setState(1); pushRecord.setType(PushController.URL); pushRecord.setUrl(url); -- Gitblit v1.8.0