Explorar el Código

Merge remote-tracking branch 'origin/master'

lyx hace 3 meses
padre
commit
91a97ef0fc

+ 1 - 0
alien-store/src/main/java/shop/alien/store/service/impl/LifeUserViolationServiceImpl.java

@@ -199,6 +199,7 @@ public class LifeUserViolationServiceImpl extends ServiceImpl<LifeUserViolationM
             }
         }
 
+        jsonObject.put("title", "平台已受理");
         jsonObject.put("message", message);
         lifeNotice.setContext(jsonObject.toJSONString());
         lifeNotice.setNoticeType(1);