@@ -22,7 +22,7 @@ public class InProcessTask {
processService.unzip();
}
- public void clean(int day) {
+ public void clean(Integer day) {
processService.clean(day);
@@ -20,7 +20,7 @@ public class OutProcessTask {
processService.sync();