代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace BLL
|
||||
{
|
||||
|
||||
@@ -87,7 +87,7 @@ namespace BLL
|
||||
public static string GetWorkPackageCodeByPackageContent(string packageContent)
|
||||
{
|
||||
string workPackageCode = string.Empty;
|
||||
var q= Funs.DB.WBS_WorkPackageInit.FirstOrDefault(x => x.PackageContent == packageContent);
|
||||
var q = Funs.DB.WBS_WorkPackageInit.FirstOrDefault(x => x.PackageContent == packageContent);
|
||||
if (q != null)
|
||||
{
|
||||
workPackageCode = q.WorkPackageCode;
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BLL
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user