|
@@ -14,6 +14,7 @@
|
|
|
<result column="dept_id" property="deptId" />
|
|
|
<result column="usual" property="usual" />
|
|
|
<result column="type" property="type" />
|
|
|
+ <result column="order_no" property="orderNo" />
|
|
|
<result column="remark" property="remark" />
|
|
|
</resultMap>
|
|
|
|
|
@@ -33,5 +34,6 @@
|
|
|
<if test="sexType != 3">
|
|
|
and b.sex_type in ('3',#{sexType})
|
|
|
</if>
|
|
|
+ order by c.order_no
|
|
|
</select>
|
|
|
</mapper>
|