使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
bjquanjiang
/
DigitalScholl
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
修复报账明细问题
娄底高职分支
hwh2023
1年前
父节点
a13aaf6a28
当前提交
72e14812f3
共有
8 个文件被更改
,包括
17 次插入
和
8 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Info_Apply/Purchase_Info_ApplyService.cs
+2
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Logistic_Apply/Purchase_Logistic_ApplyService.cs
+2
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Other_Apply/Purchase_Other_ApplyService.cs
+2
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Print_Apply/Purchase_Print_ApplyService.cs
+2
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Service_Apply/Purchase_Service_ApplyService.cs
+2
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Student_Apply/Purchase_Student_ApplyService.cs
+3
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Travel_Apply/Purchase_Travel_ApplyService.cs
+2
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Work_Apply/Purchase_Work_ApplyService.cs
+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Info_Apply/Purchase_Info_ApplyService.cs
查看文件
@@ -47,7 +47,8 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement
t.Status,
t.submittime,
t.checktime,
t.checkstatus
t.checkstatus,
d.detailcount
");
strSql.Append(" FROM Purchase_Info_Apply t ");
strSql.Append(" left join " + database + ".dbo.LR_Base_User b on b.F_UserId=t.creator ");
+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Logistic_Apply/Purchase_Logistic_ApplyService.cs
查看文件
@@ -47,7 +47,8 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement
t.Status,
t.submittime,
t.checktime,
t.checkstatus
t.checkstatus,
d.detailcount
");
strSql.Append(" FROM Purchase_Logistic_Apply t ");
strSql.Append(" left join " + database + ".dbo.LR_Base_User b on b.F_UserId=t.creator ");
+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Other_Apply/Purchase_Other_ApplyService.cs
查看文件
@@ -47,7 +47,8 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement
t.Status,
t.submittime,
t.checktime,
t.checkstatus
t.checkstatus,
d.detailcount
");
strSql.Append(" FROM Purchase_Other_Apply t ");
strSql.Append(" left join " + database + ".dbo.LR_Base_User b on b.F_UserId=t.creator ");
+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Print_Apply/Purchase_Print_ApplyService.cs
查看文件
@@ -47,7 +47,8 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement
t.Status,
t.submittime,
t.checktime,
t.checkstatus
t.checkstatus,
d.detailcount
");
strSql.Append(" FROM Purchase_Print_Apply t ");
strSql.Append(" left join " + database + ".dbo.LR_Base_User b on b.F_UserId=t.creator ");
+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Service_Apply/Purchase_Service_ApplyService.cs
查看文件
@@ -47,7 +47,8 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement
t.Status,
t.submittime,
t.checktime,
t.checkstatus
t.checkstatus,
d.detailcount
");
strSql.Append(" FROM Purchase_Service_Apply t ");
strSql.Append(" left join " + database + ".dbo.LR_Base_User b on b.F_UserId=t.creator ");
+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Student_Apply/Purchase_Student_ApplyService.cs
查看文件
@@ -47,7 +47,8 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement
t.Status,
t.submittime,
t.checktime,
t.checkstatus
t.checkstatus,
d.detailcount
");
strSql.Append(" FROM Purchase_Student_Apply t ");
strSql.Append(" left join " + database + ".dbo.LR_Base_User b on b.F_UserId=t.creator ");
+ 3
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Travel_Apply/Purchase_Travel_ApplyService.cs
查看文件
@@ -47,7 +47,9 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement
t.Status,
t.submittime,
t.checktime,
t.checkstatus
t.checkstatus,
d.detailcount,
d.detailcount
");
strSql.Append(" FROM Purchase_Travel_Apply t ");
strSql.Append(" left join " + database + ".dbo.LR_Base_User b on b.F_UserId=t.creator ");
+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/LogisticsManagement/Purchase_Work_Apply/Purchase_Work_ApplyService.cs
查看文件
@@ -47,7 +47,8 @@ namespace Learun.Application.TwoDevelopment.LogisticsManagement
t.Status,
t.submittime,
t.checktime,
t.checkstatus
t.checkstatus,
d.detailcount
");
strSql.Append(" FROM Purchase_Work_Apply t ");
strSql.Append(" left join " + database + ".dbo.LR_Base_User b on b.F_UserId=t.creator ");
撰写
预览
正在加载...
取消
保存