提交质量接口修改
This commit is contained in:
@@ -66,7 +66,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));
|
||||
|
||||
Reference in New Issue
Block a user