|
@@ -34,7 +34,7 @@ public class ScenePlusServiceImpl extends ServiceImpl<IScenePlusMapper, ScenePlu
|
|
String num = mqSendLog.getNum();
|
|
String num = mqSendLog.getNum();
|
|
ScenePlus scenePlus = this.getByNum(num);
|
|
ScenePlus scenePlus = this.getByNum(num);
|
|
if(scenePlus == null){
|
|
if(scenePlus == null){
|
|
- return 1;
|
|
|
|
|
|
+ return 2;
|
|
}
|
|
}
|
|
JSONObject jsonObject = JSONObject.parseObject(mqSendLog.getContent());
|
|
JSONObject jsonObject = JSONObject.parseObject(mqSendLog.getContent());
|
|
if(jsonObject.containsKey("ext")){
|
|
if(jsonObject.containsKey("ext")){
|