|
|
|
@ -110,11 +110,11 @@
|
|
|
|
|
and a.status in (0,10)
|
|
|
|
|
</if>
|
|
|
|
|
<if test="statusChange == 1">
|
|
|
|
|
and a.status is not in (0,10)
|
|
|
|
|
and a.status not in (0,10)
|
|
|
|
|
</if>
|
|
|
|
|
<if test="isDeleted != null ">and a.is_deleted = #{isDeleted}</if>
|
|
|
|
|
</where>
|
|
|
|
|
order by FIELD(a.status, 0, 1, 2, 3,10,8,7,9,5) , a.create_time desc, e.dict_sort desc
|
|
|
|
|
order by FIELD(a.status, 0, 1, 2, 3,10,8,7,9,5),a.create_time desc, e.dict_sort desc
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="selectBmsDeclarationRecordsById" parameterType="Long" resultMap="BmsDeclarationRecordsResult">
|
|
|
|
|