|
@@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="sign != null and sign != ''"> and sign = #{sign}</if>
|
|
|
<if test="fieldworkId != null and fieldworkId != ''"> and fieldwork_id=#{fieldworkId}</if>
|
|
|
</where>
|
|
|
- order by auditflow_order desc
|
|
|
+ order by create_time desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectTDkjbxxHcById" parameterType="String" resultMap="TDkjbxxHcResult">
|