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
!458
预拨2.0拨款年份修改
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
预拨2.0拨款年份修改
feature/wxj/usst-1.0.0.0
into
release/usst-1.0.0.0
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
王星君
requested to merge
feature/wxj/usst-1.0.0.0
into
release/usst-1.0.0.0
2 years ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
release/usst-1.0.0.0
release/usst-1.0.0.0 (base)
and
latest version
latest version
53197e0e
2 commits,
2 years ago
2 files
+
2
−
2
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
ServiceSite/facade/src/main/java/com/seasky/projectplan/dto/projectplan/rpc/BusinessControlsInputModel.java
+
1
−
1
Options
@@ -31,7 +31,7 @@ public class BusinessControlsInputModel extends BaseDTO {
public
String
ControlsType
=
"C"
;
// 业务时间
public
String
VoucherDate
=
"2022-02-16"
;
//
new SimpleDateFormat("yyyy-MM-dd").format(Calendar.getInstance().getTime());
public
String
VoucherDate
=
new
SimpleDateFormat
(
"yyyy-MM-dd"
).
format
(
Calendar
.
getInstance
().
getTime
());
// 业务说名
private
String
Summary
=
"额度下达"
;