更新本地js
This commit is contained in:
@@ -182,11 +182,11 @@ public class jobController {
|
||||
|
||||
public void syncRemoveData() {
|
||||
QueryWrapper<DataTableInfo> dataTableWrapper = new QueryWrapper<>();
|
||||
dataTableWrapper.le("create_time", DateUtils.dsValueNDaysAgo(3));
|
||||
dataTableWrapper.le("ds", DateUtils.dsValueNDaysAgo(3));
|
||||
dataTableInfoService.remove(dataTableWrapper);
|
||||
|
||||
QueryWrapper<DataTableField> fieldWrapper = new QueryWrapper<>();
|
||||
fieldWrapper.le("create_time", DateUtils.dsValueNDaysAgo(3));
|
||||
fieldWrapper.le("ds", DateUtils.dsValueNDaysAgo(3));
|
||||
dataTableFieldService.remove(fieldWrapper);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user