修复周日不清空的问题
This commit is contained in:
@@ -109,7 +109,7 @@ public class TurnipProphet extends Model {
|
|||||||
String pattern = null;
|
String pattern = null;
|
||||||
JSONObject json;
|
JSONObject json;
|
||||||
JSONArray array;
|
JSONArray array;
|
||||||
if (StringUtils.isEmpty(data)) {
|
if (StringUtils.isEmpty(data)||getDay()==0) {
|
||||||
array = new JSONArray();
|
array = new JSONArray();
|
||||||
json = new JSONObject();
|
json = new JSONObject();
|
||||||
array.add(-1);
|
array.add(-1);
|
||||||
|
|||||||
Reference in New Issue
Block a user