代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -4,7 +4,6 @@ using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FineUIPro.Web.CQMS.RewardAndPunish
|
||||
{
|
||||
@@ -66,7 +65,7 @@ namespace FineUIPro.Web.CQMS.RewardAndPunish
|
||||
strSql += " AND ins.UnitId=@UnitId";
|
||||
listStr.Add(new SqlParameter("@UnitId", drpUnit.SelectedValue));
|
||||
}
|
||||
if (this.rblType.SelectedValue != "0")
|
||||
if (this.rblType.SelectedValue != "0")
|
||||
{
|
||||
strSql += " AND ins.Type=@Type";
|
||||
listStr.Add(new SqlParameter("@Type", rblType.SelectedValue));
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
using BLL;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web.UI.WebControls;
|
||||
using AspNet = System.Web.UI.WebControls;
|
||||
|
||||
namespace FineUIPro.Web.CQMS.RewardAndPunish
|
||||
{
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
using BLL;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web.UI.WebControls;
|
||||
using AspNet = System.Web.UI.WebControls;
|
||||
|
||||
namespace FineUIPro.Web.CQMS.RewardAndPunish
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user