Commit ba9b402c authored by hongguangwu's avatar hongguangwu

group by a.id

parent 7091fd7b
......@@ -417,7 +417,8 @@
where a.DELETE_FLAG = '0'
<include refid="employeeInfo_where"/>
${sql}
order by a.CREATE_TIME desc
group by a.id order by a.CREATE_TIME desc
</select>
<!-- hgw list查询 -->
......@@ -428,7 +429,7 @@
left join t_employee_project b on a.id = b.EMP_ID
where a.DELETE_FLAG = '0'
<include refid="employeeInfo_where"/>
order by a.CREATE_TIME desc
group by a.id order by a.CREATE_TIME desc
</select>
<!-- hgw 根据身份证查询 -->
......
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