Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王浩
zh-baseversion-project
Commits
555e286b
Commit
555e286b
authored
May 08, 2026
by
xulihui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
67003107
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
TStaEnterpriseInforServiceImpl.java
...g/system/service/impl/TStaEnterpriseInforServiceImpl.java
+3
-0
TStaEnterpriseInforMapper.xml
...ain/resources/mapper/system/TStaEnterpriseInforMapper.xml
+1
-0
No files found.
zh-baseversion-system/src/main/java/com/zehong/system/service/impl/TStaEnterpriseInforServiceImpl.java
View file @
555e286b
package
com
.
zehong
.
system
.
service
.
impl
;
import
java.util.List
;
import
com.zehong.common.utils.DateUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
com.zehong.system.mapper.TStaEnterpriseInforMapper
;
...
...
@@ -52,6 +54,7 @@ public class TStaEnterpriseInforServiceImpl implements ITStaEnterpriseInforServi
@Override
public
int
insertTStaEnterpriseInfor
(
TStaEnterpriseInfor
tStaEnterpriseInfor
)
{
tStaEnterpriseInfor
.
setfCreateTime
(
DateUtils
.
getNowDate
());
return
tStaEnterpriseInforMapper
.
insertTStaEnterpriseInfor
(
tStaEnterpriseInfor
);
}
...
...
zh-baseversion-system/src/main/resources/mapper/system/TStaEnterpriseInforMapper.xml
View file @
555e286b
...
...
@@ -74,6 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"isReport != null "
>
and is_report = #{isReport}
</if>
<if
test=
"fYear != null "
>
and f_year = #{fYear}
</if>
</where>
order by f_create_time desc
</select>
<select
id=
"selectTStaEnterpriseInforById"
parameterType=
"Long"
resultMap=
"TStaEnterpriseInforResult"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment