Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Lixiaodi
2019-01-11 10:21:52 +0800
Commit
b5deb394f3d4373f510ecd0ccddbc85dd3077bd0
2 parents
09b714df
2c6bdfdb
Merge branch 'test6.8.5' of
http://git.yoho.cn/ufo/yohoufo-fore
into test6.8.5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
dal/src/main/resources/META-INF/mybatis/product/PriceTrendDayMapper.xml
dal/src/main/resources/META-INF/mybatis/product/PriceTrendHalfYearMapper.xml
dal/src/main/resources/META-INF/mybatis/product/PriceTrendMonthMapper.xml
dal/src/main/resources/META-INF/mybatis/product/PriceTrendSixtyDayMapper.xml
dal/src/main/resources/META-INF/spring/mybatis-config.xml
dal/src/main/resources/META-INF/mybatis/product/PriceTrendDayMapper.xml
View file @
b5deb39
...
...
@@ -22,7 +22,7 @@
</if>
AND create_time
>
= #{startTime, jdbcType=INTEGER}
AND create_time
<
#{endTime, jdbcType=INTEGER}
<if
test=
"sizeId =
null or sizeId =
''"
>
<if
test=
"sizeId =
= null or sizeId ==
''"
>
GROUP BY product_id, create_time
</if>
ORDER BY create_time ASC
...
...
dal/src/main/resources/META-INF/mybatis/product/PriceTrendHalfYearMapper.xml
View file @
b5deb39
...
...
@@ -23,7 +23,7 @@
</if>
AND create_time
>
= #{startTime, jdbcType=INTEGER}
AND create_time
<
#{endTime, jdbcType=INTEGER}
<if
test=
"sizeId =
null or sizeId =
''"
>
<if
test=
"sizeId =
= null or sizeId ==
''"
>
GROUP BY product_id, create_time
</if>
ORDER BY create_time ASC
...
...
dal/src/main/resources/META-INF/mybatis/product/PriceTrendMonthMapper.xml
View file @
b5deb39
...
...
@@ -23,7 +23,7 @@
</if>
AND create_time
>
= #{startTime, jdbcType=INTEGER}
AND create_time
<
#{endTime, jdbcType=INTEGER}
<if
test=
"sizeId =
null or sizeId =
''"
>
<if
test=
"sizeId =
= null or sizeId ==
''"
>
GROUP BY product_id, create_time
</if>
ORDER BY create_time ASC
...
...
dal/src/main/resources/META-INF/mybatis/product/PriceTrendSixtyDayMapper.xml
View file @
b5deb39
...
...
@@ -23,7 +23,7 @@
</if>
AND create_time
>
= #{startTime, jdbcType=INTEGER}
AND create_time
<
#{endTime, jdbcType=INTEGER}
<if
test=
"sizeId =
null or sizeId =
''"
>
<if
test=
"sizeId =
= null or sizeId ==
''"
>
GROUP BY product_id, create_time
</if>
ORDER BY create_time ASC
...
...
dal/src/main/resources/META-INF/spring/mybatis-config.xml
View file @
b5deb39
...
...
@@ -5,6 +5,6 @@
<configuration>
<settings>
<setting
name=
"defaultStatementTimeout"
value=
"10"
/>
<!-- seconds -->
<setting
name=
"logImpl"
value=
"STDOUT_LOGGING"
/
>
<setting
name=
"logImpl"
value=
"STDOUT_LOGGING"
/>
<!-- 在控制台打印sql语句 --
>
</settings>
</configuration>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment