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
f954d7dc
Commit
f954d7dc
authored
Jul 02, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加系统接入模块
parent
8a053b2a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
54 additions
and
84 deletions
+54
-84
bill-manager/src/main/java/com/mortals/xhx/module/ph/model/vo/PhQueueStatVo.java
...ava/com/mortals/xhx/module/ph/model/vo/PhQueueStatVo.java
+4
-43
bill-manager/src/main/java/com/mortals/xhx/module/ph/model/vo/PhQueueVo.java
...in/java/com/mortals/xhx/module/ph/model/vo/PhQueueVo.java
+2
-0
bill-manager/src/main/java/com/mortals/xhx/module/stat/model/vo/StatVo.java
...ain/java/com/mortals/xhx/module/stat/model/vo/StatVo.java
+4
-41
bill-manager/src/main/resources/sqlmap/module/ph/PhQueueStatMapperExt.xml
.../main/resources/sqlmap/module/ph/PhQueueStatMapperExt.xml
+22
-0
bill-manager/src/main/resources/sqlmap/module/stat/StatMapperExt.xml
...r/src/main/resources/sqlmap/module/stat/StatMapperExt.xml
+22
-0
No files found.
bill-manager/src/main/java/com/mortals/xhx/module/ph/model/vo/PhQueueStatVo.java
View file @
f954d7dc
...
...
@@ -28,49 +28,10 @@ public class PhQueueStatVo extends BaseEntityLong {
private
List
<
String
>
hallNameList
;
/** 开始
年
*/
private
Integer
year
Start
;
/** 开始
评价时间
*/
private
String
time
Start
;
/** 结束 年 */
private
Integer
yearEnd
;
/** 增加 年 */
private
Integer
yearIncrement
;
/** 年列表 */
private
List
<
Integer
>
yearList
;
/** 年排除列表 */
private
List
<
Integer
>
yearNotList
;
/** 开始 月 */
private
Integer
monthStart
;
/** 结束 月 */
private
Integer
monthEnd
;
/** 增加 月 */
private
Integer
monthIncrement
;
/** 月列表 */
private
List
<
Integer
>
monthList
;
/** 月排除列表 */
private
List
<
Integer
>
monthNotList
;
/** 开始 日 */
private
Integer
dayStart
;
/** 结束 日 */
private
Integer
dayEnd
;
/** 增加 日 */
private
Integer
dayIncrement
;
/** 日列表 */
private
List
<
Integer
>
dayList
;
/** 日排除列表 */
private
List
<
Integer
>
dayNotList
;
/** 结束 评价时间 */
private
String
timeEnd
;
}
\ No newline at end of file
bill-manager/src/main/java/com/mortals/xhx/module/ph/model/vo/PhQueueVo.java
View file @
f954d7dc
...
...
@@ -33,4 +33,6 @@ public class PhQueueVo extends BaseEntityLong {
@MobileDesensitize
private
String
peoplePhone
;
}
\ No newline at end of file
bill-manager/src/main/java/com/mortals/xhx/module/stat/model/vo/StatVo.java
View file @
f954d7dc
...
...
@@ -24,47 +24,10 @@ public class StatVo extends BaseEntityLong {
/** 结束 创建时间 */
private
String
createTimeEnd
;
/** 开始
年
*/
private
Integer
year
Start
;
/** 开始
评价时间
*/
private
String
time
Start
;
/** 结束 年 */
private
Integer
yearEnd
;
/** 增加 年 */
private
Integer
yearIncrement
;
/** 年列表 */
private
List
<
Integer
>
yearList
;
/** 年排除列表 */
private
List
<
Integer
>
yearNotList
;
/** 开始 月 */
private
Integer
monthStart
;
/** 结束 月 */
private
Integer
monthEnd
;
/** 增加 月 */
private
Integer
monthIncrement
;
/** 月列表 */
private
List
<
Integer
>
monthList
;
/** 月排除列表 */
private
List
<
Integer
>
monthNotList
;
/** 开始 日 */
private
Integer
dayStart
;
/** 结束 日 */
private
Integer
dayEnd
;
/** 日列表 */
private
List
<
Integer
>
dayList
;
/** 日排除列表 */
private
List
<
Integer
>
dayNotList
;
/** 结束 评价时间 */
private
String
timeEnd
;
}
\ No newline at end of file
bill-manager/src/main/resources/sqlmap/module/ph/PhQueueStatMapperExt.xml
View file @
f954d7dc
...
...
@@ -27,9 +27,31 @@
where
<trim
prefixOverrides=
"and"
prefix=
""
>
<include
refid=
"_condition_"
/>
<include
refid=
"_condition_two_"
/>
</trim>
</trim>
<include
refid=
"_group_by_"
/>
<include
refid=
"_orderCols_"
/>
</select>
<!-- 条件映射 -->
<sql
id=
"_condition_two_"
>
<if
test=
"condition != null and !condition.isEmpty()"
>
<!-- 条件映射-普通条件 -->
<include
refid=
"_condition_param_two_"
>
<property
name=
"_conditionParam_"
value=
"condition"
/>
<property
name=
"_conditionType_"
value=
"and"
/>
</include>
</if>
</sql>
<sql
id=
"_condition_param_two_"
>
<bind
name=
"conditionParamRef"
value=
"${_conditionParam_}"
/>
<if
test=
"conditionParamRef.containsKey('timeStart') and conditionParamRef.timeStart != null and conditionParamRef.timeStart!=''"
>
${_conditionType_} STR_TO_DATE(CONCAT(`year`,'-',`month`,'-',`day`),'%Y-%m-%d')
<![CDATA[ >= ]]>
STR_TO_DATE(#{${_conditionParam_}.timeStart},'%Y-%m-%d')
</if>
<if
test=
"conditionParamRef.containsKey('timeEnd') and conditionParamRef.timeEnd != null and conditionParamRef.timeEnd!=''"
>
${_conditionType_} STR_TO_DATE(CONCAT(`year`,'-',`month`,'-',`day`),'%Y-%m-%d')
<![CDATA[ <= ]]>
STR_TO_DATE(#{${_conditionParam_}.timeEnd},'%Y-%m-%d')
</if>
</sql>
</mapper>
\ No newline at end of file
bill-manager/src/main/resources/sqlmap/module/stat/StatMapperExt.xml
View file @
f954d7dc
...
...
@@ -22,9 +22,31 @@
where
<trim
prefixOverrides=
"and"
prefix=
""
>
<include
refid=
"_condition_"
/>
<include
refid=
"_condition_two_"
/>
</trim>
</trim>
<include
refid=
"_group_by_"
/>
<include
refid=
"_orderCols_"
/>
</select>
<!-- 条件映射 -->
<sql
id=
"_condition_two_"
>
<if
test=
"condition != null and !condition.isEmpty()"
>
<!-- 条件映射-普通条件 -->
<include
refid=
"_condition_param_two_"
>
<property
name=
"_conditionParam_"
value=
"condition"
/>
<property
name=
"_conditionType_"
value=
"and"
/>
</include>
</if>
</sql>
<sql
id=
"_condition_param_two_"
>
<bind
name=
"conditionParamRef"
value=
"${_conditionParam_}"
/>
<if
test=
"conditionParamRef.containsKey('timeStart') and conditionParamRef.timeStart != null and conditionParamRef.timeStart!=''"
>
${_conditionType_} STR_TO_DATE(CONCAT(`year`,'-',`month`,'-',`day`),'%Y-%m-%d')
<![CDATA[ >= ]]>
STR_TO_DATE(#{${_conditionParam_}.timeStart},'%Y-%m-%d')
</if>
<if
test=
"conditionParamRef.containsKey('timeEnd') and conditionParamRef.timeEnd != null and conditionParamRef.timeEnd!=''"
>
${_conditionType_} STR_TO_DATE(CONCAT(`year`,'-',`month`,'-',`day`),'%Y-%m-%d')
<![CDATA[ <= ]]>
STR_TO_DATE(#{${_conditionParam_}.timeEnd},'%Y-%m-%d')
</if>
</sql>
</mapper>
\ No newline at end of file
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