BJ_ZTEITS-Developers
/
zteits-oa
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
332259463c037a454e5ec9c28c49a38ed3d46904
Authored by
王富生
2018-08-01 18:26:45 +0800
1 parent
7260d2eb
提交
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/resources/mybatis/smapper/AsraDailySmapper.xml
src/main/resources/mybatis/smapper/AsraDailySmapper.xml
View file @
3322594
...
...
@@ -49,6 +49,7 @@
49
49
WHERE
50
50
1 = 1
51
51
AND a.project_id = c.id
52
+ AND a.data_state =1
52
53
<![CDATA[AND a.daily_date >= #{beginTime} ]]>
53
54
<![CDATA[AND a.daily_date <= #{endTime}]]>
54
55
<if test="projectId != null and projectId !=''">
...
...