Commit 4b47ef72 authored by wangxl's avatar wangxl

1

parent 6e30fbdd
......@@ -26,7 +26,7 @@
<where>
${ew.sqlSegment}
</where>
ORDER BY d.tree_code ASC
ORDER BY a.report_state ASC,d.tree_code ASC,e.person_name desc
</select>
<select id="getEcaluationStatisticListByPage" resultType="com.yiboshi.science.param.dto.ComExpertDTO">
SELECT a.id, e.person_name,e.cert_id,e.mobile,e.email,e.unit_id,e.work_unit,d.unit_name,d.unit_type,i.name title_name,f.username,f.password,
......
......@@ -28,7 +28,7 @@
<where>
${ew.sqlSegment}
</where>
ORDER BY d.tree_code ASC
ORDER BY d.tree_code ASC,e.person_name desc
</select>
<select id="getAllListByPage" resultType="com.yiboshi.science.param.dto.ComPersonDTO">
SELECT
......
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