修改公司级培训
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
<f:MenuButton ID="btnMenuView" OnClick="btnMenuView_Click" EnablePostBack="true"
|
||||
runat="server" Text="查看" Icon="Find">
|
||||
</f:MenuButton>
|
||||
<f:MenuButton ID="btnPrinter" EnablePostBack="true" runat="server"
|
||||
<f:MenuButton ID="btnPrinter" EnablePostBack="true" runat="server" Hidden="true"
|
||||
Text="导出" Icon="Printer" OnClick="btnPrint_Click" EnableAjax="false" DisableControlBeforePostBack="false">
|
||||
</f:MenuButton>
|
||||
<%--<f:MenuButton ID="btnFile" OnClick="btnMenuFile_Click" EnablePostBack="true"
|
||||
|
||||
@@ -56,7 +56,7 @@ namespace FineUIPro.Web.Person.EduTrain
|
||||
LEFT JOIN dbo.Training_TestTraining AS Training ON Training.TrainingId = TestRecord.TestType
|
||||
LEFT JOIN dbo.Sys_User AS Person ON Person.UserId = TestRecord.TestManId
|
||||
LEFT JOIN dbo.Base_Unit AS Unit ON Person.UnitId=Unit.UnitId
|
||||
WHERE (isFiled IS NULL OR isFiled = 0) and TestRecord.ProjectId is null ";
|
||||
WHERE (isFiled IS NULL OR isFiled = 0) and (TestRecord.ProjectId is null or TestRecord.ProjectId='' ) ";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
if (!string.IsNullOrEmpty(this.txtName.Text.Trim()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user