|
@@ -52,7 +52,7 @@ public class CaseAddSceneConsumer {
|
|
|
channel.basicAck(message.getMessageProperties().getDeliveryTag(), false);
|
|
|
JSONObject jsonObject = JSON.parseObject(msg);
|
|
|
String num = jsonObject.getString("num");
|
|
|
- String kNumber = jsonObject.getString("caseId");
|
|
|
+ String kNumber = jsonObject.getString("kNo");
|
|
|
|
|
|
ScenePlus scenePlus = scenePlusService.getByNum(num);
|
|
|
if(scenePlus == null){
|