fix 活动页新增枚举popup

master
luoyang 5 years ago
parent 42e03548dd
commit e69c031067

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

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

Loading…
Cancel
Save