20240430 质量综合管理导入导出
This commit is contained in:
@@ -27,7 +27,7 @@ namespace FineUIPro.Web.Comprehensive
|
||||
{
|
||||
string strSql = @"select DataDistributionId, ProjectId, SendDate, FileCode, FileName, Status,
|
||||
SendMan, ReceivingUnit, ReceivingMan, (case when FileType='1' then '纸质' ELSE '电子' end)AS FileType, CopiesCount, (case when IsReply='True' then '是' else '否' end) as IsReply, ReplyCode,
|
||||
ReplyDate, Remark, AttachUrl, CompileMan, CompileDate,CN.ProfessionalName
|
||||
ReplyDate, Remark, AttachUrl, CompileMan, CompileDate,CN.ProfessionalName
|
||||
from Comprehensive_DataDistribution C
|
||||
left join Base_CNProfessional CN on C.CNProfessionalId=CN.CNProfessionalId
|
||||
where C.ProjectId = @ProjectId";
|
||||
|
||||
Reference in New Issue
Block a user