|
|
|
@ -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"));
|
|
|
|
|