|
@@ -85,7 +85,7 @@ public class CaseLiveServiceImpl extends ServiceImpl<ICaseLiveMapper, CaseLive>
|
|
|
|
|
|
private Boolean getCheckCreateRoom(JSONArray array,List<String> numList) {
|
|
private Boolean getCheckCreateRoom(JSONArray array,List<String> numList) {
|
|
if(array == null || array.isEmpty() ){
|
|
if(array == null || array.isEmpty() ){
|
|
- return true;
|
|
|
|
|
|
+ return false;
|
|
}
|
|
}
|
|
//List<String> list = JSONObject.parseArray(array.toJSONString(), String.class);
|
|
//List<String> list = JSONObject.parseArray(array.toJSONString(), String.class);
|
|
List<String> lists = array.toJavaList(String.class);
|
|
List<String> lists = array.toJavaList(String.class);
|