Merge remote-tracking branch 'origin/ls-dev' into ls-dev
commit
e15136b02f
|
|
@ -565,6 +565,11 @@ public class SyncTaskService {
|
||||||
synctask.setCreateTime(now);
|
synctask.setCreateTime(now);
|
||||||
synctask.setJson();
|
synctask.setJson();
|
||||||
|
|
||||||
|
// 这里好像存在一个奇怪的bug
|
||||||
|
if (!StrKit.notBlank(synctask.getSaveData(), synctask.getDeleteData())) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
sts.add(synctask);
|
sts.add(synctask);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue