修复大头菜报错问题(FastJSON)

This commit is contained in:
2022-05-03 11:08:15 +08:00
parent 50823587dd
commit 575df40591
2 changed files with 1 additions and 4 deletions

View File

@@ -351,7 +351,7 @@ public class TurnipProphet extends Model {
map.put(TurnipProphet.TurnipData.MIX, tmp[15]);
map.put(TurnipProphet.TurnipData.MAX, tmp[16]);
} else {
if (!array.toJavaList(String.class).contains(tmp[0])) {
if (!array.contains(tmp[0])) {
JSONObject json = new JSONObject();
json.put(TurnipProphet.TurnipData.MODEL, tmp[0]);
json.put(TurnipProphet.TurnipData.PR, tmp[1]);