记得上下班打卡 | git大法好,push需谨慎

Commit a1cc4161 authored by 胡佳晨's avatar 胡佳晨

sweet

parent 95541019
...@@ -103,7 +103,7 @@ public class SweetAppletController { ...@@ -103,7 +103,7 @@ public class SweetAppletController {
endPosition = (page) * size; endPosition = (page) * size;
} }
if (page != null && dateTime.equals("")) { if (page != null && dateTime==null) {
try { try {
dateTime = data.getDate().get(0); dateTime = data.getDate().get(0);
} catch (Exception e) { } catch (Exception e) {
...@@ -120,14 +120,14 @@ public class SweetAppletController { ...@@ -120,14 +120,14 @@ public class SweetAppletController {
} }
} }
if (!dateTime.isEmpty()) { if (dateTime!=null) {
if (item.getPerformanceStart().contains(dateTime)) { if (item.getPerformanceStart().contains(dateTime)) {
//保留 //保留
isSave = true; isSave = true;
} }
} }
if (!stage.isEmpty()) { if (stage!=null) {
if (item.getTitle().equalsIgnoreCase(stage)) { if (item.getTitle().equalsIgnoreCase(stage)) {
//保留 //保留
isSave = true; isSave = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment