Browse Source

修改查询部门核销记录关联部门错误问题

feature/syp_points
liuchuang 5 years ago
parent
commit
9afbb8b24c
  1. 2
      esua-epdc/epdc-module/epdc-points/epdc-points-server/src/main/resources/mapper/PointsLogsDao.xml

2
esua-epdc/epdc-module/epdc-points/epdc-points-server/src/main/resources/mapper/PointsLogsDao.xml

@ -315,7 +315,7 @@
and DATE_FORMAT( OPERATION_TIME, '%Y-%m-%d' ) <=#{endTime} and DATE_FORMAT( OPERATION_TIME, '%Y-%m-%d' ) <=#{endTime}
</if> </if>
<if test="deptId != null and deptId != ''"> <if test="deptId != null and deptId != ''">
AND CREATED_DEPT_ID = #{deptId} AND GRID_ID = #{deptId}
</if> </if>
ORDER BY ORDER BY
CREATED_TIME DESC CREATED_TIME DESC

Loading…
Cancel
Save