This commit is contained in:
parent
dc8a8ad193
commit
112b305803
|
|
@ -71,7 +71,7 @@ namespace FineUIPro.Web.JDGL.Check
|
||||||
string weekNo2 = string.Empty;
|
string weekNo2 = string.Empty;
|
||||||
if (cycle == "0")
|
if (cycle == "0")
|
||||||
{//按周
|
{//按周
|
||||||
var weekPlan = db.JDGL_WeekPlan.FirstOrDefault(x => x.WeekNo == this.drpWeekNo.SelectedValue);
|
var weekPlan = db.JDGL_WeekPlan.FirstOrDefault(x => x.ProjectId == this.CurrUser.LoginProjectId && x.WeekNo == this.drpWeekNo.SelectedValue);
|
||||||
if (weekPlan != null)
|
if (weekPlan != null)
|
||||||
{
|
{
|
||||||
if (weekPlan.StartDate != null)
|
if (weekPlan.StartDate != null)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?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">
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue