fix 活动页新增枚举popup

master
luoyang 5 years ago
parent 42e03548dd
commit e69c031067

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

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

Loading…
Cancel
Save