fix 商服弹窗只针对pine开放

master
luoyang 5 years ago
parent 55c4f0508a
commit 240d88b5ac

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId>
<version>1.3.48</version>
<version>1.3.49</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.8.0</jib-maven-plugin.version>

@ -1579,7 +1579,7 @@ public class RetailAppServiceImp implements RetailAppService {
result.add(confirmNotice);
JSONObject latestAct = appActService.getAppActPopup();
if (latestAct != null) {
if (latestAct != null && clientId == 9) {
latestAct.put("id", latestAct.getString("act_id"));
latestAct.put("url", latestAct.getString("act_url"));
latestAct.put("title", latestAct.getString("act_name"));

Loading…
Cancel
Save