测试修改了服务器时间自动发布
This commit is contained in:
@@ -147,8 +147,7 @@ namespace IRaCIS.Application.Services
|
||||
//var list1 = await _repository.Where<Dictionary>().Select(t => t.TranslateValue(t.Value, t.ValueCN, true)).ToListAsync();
|
||||
//var list2 = await _repository.Where<Dictionary>().Select(t => t.TranslateValue(t.Value, t.ValueCN, false)).ToListAsync();
|
||||
|
||||
await _repository.SaveChangesAsync();
|
||||
return _userInfo.LocalIp;
|
||||
return "测试自动发布";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user