Browse Source

分析模块bug修改

dev
李鹏飞 6 years ago
parent
commit
583486e753
  1. 4
      esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/user/UserAnalysisDao.xml

4
esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/user/UserAnalysisDao.xml

@ -330,8 +330,8 @@
#{deptIdItem} #{deptIdItem}
</foreach> </foreach>
</if> </if>
<if test="timestamp != null and timestamp != ''"> <if test='formDto.timestamp != null and formDto.timestamp != ""'>
AND DATE_FORMAT( uu.CREATED_TIME, '%Y-%m-%d %H:%i:%s' ) &lt;= #{timestamp} AND DATE_FORMAT( uu.CREATED_TIME, '%Y-%m-%d %H:%i:%s' ) &lt;= #{formDto.timestamp}
</if> </if>
<if test='formDto.deptId != null and formDto.deptId != ""'> <if test='formDto.deptId != null and formDto.deptId != ""'>

Loading…
Cancel
Save