|
@@ -17,7 +17,7 @@ import org.springframework.stereotype.Service;
|
|
* 场景主表 服务实现类
|
|
* 场景主表 服务实现类
|
|
* </p>
|
|
* </p>
|
|
*
|
|
*
|
|
- * @author
|
|
|
|
|
|
+ * @author
|
|
* @since 2024-04-08
|
|
* @since 2024-04-08
|
|
*/
|
|
*/
|
|
@Service
|
|
@Service
|
|
@@ -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 null;
|
|
|
|
|
|
+ return 1;
|
|
}
|
|
}
|
|
JSONObject jsonObject = JSONObject.parseObject(mqSendLog.getContent());
|
|
JSONObject jsonObject = JSONObject.parseObject(mqSendLog.getContent());
|
|
if(jsonObject.containsKey("ext")){
|
|
if(jsonObject.containsKey("ext")){
|