Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
projectplan
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
班迪
projectplan
Merge requests
!51
feat 申报书SQL调整
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat 申报书SQL调整
feature/xueyawei
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
3
Merged
薛亚威
requested to merge
feature/xueyawei
into
develop
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
3
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
351a8df3
1 commit,
4 years ago
3 files
+
4
−
4
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
ServiceSite/src/main/java/com/seasky/projectplan/infrastructure/db/mapper/table/ProjectPlanBookMapper.java
+
2
−
2
Options
@@ -19,12 +19,12 @@ import java.util.List;
public
interface
ProjectPlanBookMapper
extends
BaseMapper
<
ProjectPlanBookPo
>
{
/**
* 逻辑删除
*
查询项目经费申报书
逻辑删除
*
* @param projectPlanBookPo 项目计划书po类
* @return int
*/
int
logicDelete
(
@Param
(
"pm"
)
ProjectPlanBookPo
projectPlanBookPo
);
int
logicDelete
ProjectInfoPlan
(
@Param
(
"pm"
)
ProjectPlanBookPo
projectPlanBookPo
);
/**
* 查询项目经费申报书 明细 C线