Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bill-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
bill-platform
Commits
0053ca51
Commit
0053ca51
authored
Jun 25, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加排号与评价统计报表
parent
eee30369
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bill-manager/src/main/java/com/mortals/xhx/module/pj/dao/PjEvaluateStatDao.java
...java/com/mortals/xhx/module/pj/dao/PjEvaluateStatDao.java
+1
-1
bill-manager/src/main/resources/sqlmap/module/pj/PjEvaluateStatMapperExt.xml
...in/resources/sqlmap/module/pj/PjEvaluateStatMapperExt.xml
+1
-1
No files found.
bill-manager/src/main/java/com/mortals/xhx/module/pj/dao/PjEvaluateStatDao.java
View file @
0053ca51
...
...
@@ -17,7 +17,7 @@ import java.util.List;
public
interface
PjEvaluateStatDao
extends
ICRUDDao
<
PjEvaluateStatEntity
,
Long
>{
String
SQLID_GET_STATLIST
=
"getStatList"
;
String
SQLID_GET_STATLIST
=
"get
Pj
StatList"
;
List
<
PjEvaluateStatEntity
>
getStatList
(
PjEvaluateStatQuery
query
,
PageInfo
pageInfo
);
...
...
bill-manager/src/main/resources/sqlmap/module/pj/PjEvaluateStatMapperExt.xml
View file @
0053ca51
...
...
@@ -3,7 +3,7 @@
"mybatis-3-mapper.dtd">
<mapper
namespace=
"com.mortals.xhx.module.pj.dao.ibatis.PjEvaluateStatDaoImpl"
>
<!-- 获取统计列表 -->
<select
id=
"getStatList"
parameterType=
"paramDto"
resultMap=
"PjEvaluateStatEntity-Map"
>
<select
id=
"get
Pj
StatList"
parameterType=
"paramDto"
resultMap=
"PjEvaluateStatEntity-Map"
>
select
<!-- 获取分组字段 -->
<if
test=
"groupList != null and !groupList.isEmpty()"
>
...
...
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