Compare commits
No commits in common. "5c6ba467f25b0363c9d29cd3a720e8e7cba87852" and "2b1680c9bc71dfa68069fcd0fc5b2955bec64204" have entirely different histories.
5c6ba467f2
...
2b1680c9bc
|
|
@ -174,8 +174,6 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
|||
var result = Funs.DB.SitePerson_Person.FirstOrDefault(x => x.PersonId == PersonId);
|
||||
if (result != null)
|
||||
{
|
||||
result.ExchangeTime = null;
|
||||
result.ExchangeTime2 = null;
|
||||
result.IsBlacklist = false;
|
||||
Funs.DB.SubmitChanges();
|
||||
BindGrid();
|
||||
|
|
|
|||
|
|
@ -723,8 +723,6 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
|||
var result = Funs.DB.SitePerson_Person.FirstOrDefault(x => x.PersonId == PersonId);
|
||||
if (result != null)
|
||||
{
|
||||
result.ExchangeTime = null;
|
||||
result.ExchangeTime2 = null;
|
||||
result.IsBlacklist = true;
|
||||
Funs.DB.SubmitChanges();
|
||||
BindGrid();
|
||||
|
|
|
|||
|
|
@ -238,12 +238,7 @@
|
|||
success: function (response) {
|
||||
console.log(response.d)
|
||||
console.log($('#divdbyj'))
|
||||
$('#divdbyj').html(response.d)
|
||||
|
||||
setTimeout(function () {
|
||||
getToDo(1);
|
||||
}, 60000);
|
||||
|
||||
$('#divdbyj').html(response.d)
|
||||
},
|
||||
error: function (xhr, status, error) {
|
||||
console.log(error)
|
||||
|
|
@ -286,9 +281,6 @@
|
|||
}
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
||||
page(9, '.todo', 0)
|
||||
page(40, '.project', 2)
|
||||
page(30, '.note', 1)
|
||||
|
|
|
|||
|
|
@ -847,8 +847,7 @@ namespace WebAPI.Controllers
|
|||
x.ExchangeTime,
|
||||
x.ExchangeTime2,
|
||||
x.PhotoUrl,
|
||||
x.IsUsed,
|
||||
Blacklist=x.IsBlacklist
|
||||
x.IsUsed
|
||||
}).Take(400).ToList();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
|
|
|
|||
Loading…
Reference in New Issue