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

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

sweet

parent 95541019
......@@ -103,7 +103,7 @@ public class SweetAppletController {
endPosition = (page) * size;
}
if (page != null && dateTime.equals("")) {
if (page != null && dateTime==null) {
try {
dateTime = data.getDate().get(0);
} catch (Exception e) {
......@@ -120,14 +120,14 @@ public class SweetAppletController {
}
}
if (!dateTime.isEmpty()) {
if (dateTime!=null) {
if (item.getPerformanceStart().contains(dateTime)) {
//保留
isSave = true;
}
}
if (!stage.isEmpty()) {
if (stage!=null) {
if (item.getTitle().equalsIgnoreCase(stage)) {
//保留
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