|
|
@@ -401,9 +401,10 @@ public class SceneEvidenceServiceImpl extends ServiceImpl<ISceneEvidenceMapper,
|
|
|
if(scenePlus == null){
|
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_5005);
|
|
|
}
|
|
|
- if(StrUtil.isEmpty(scenePlus.getKNo())){
|
|
|
- return;
|
|
|
- }
|
|
|
+ //这里注释调,因为燕海说没有KNO也可以通过此接口进行推送
|
|
|
+// if(StrUtil.isEmpty(scenePlus.getKNo())){
|
|
|
+// return;
|
|
|
+// }
|
|
|
|
|
|
List<JSONObject> params = new ArrayList<>();
|
|
|
for (MultipartFile file : files) {
|