Commit 976ae872 authored by 赵啸非's avatar 赵啸非

修改统计查询结果

parent 1bf8f3e3
......@@ -6,6 +6,7 @@
<select id="getListExt" parameterType="com.mortals.xhx.module.attendance.model.vo.AttendanceSummaryQuery" resultMap="AttendanceStaffStatEntity-Map">
select s.*
from mortals_xhx_attendance_staff_stat as s
where
<if test="staffId != null">
s.staffId=#{staffId} AND
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment