@ -66,7 +66,7 @@
where IS_DELETED = 0
and CRAFT_ID = #{craftId}
<if test="processNo != null and processNo !=''">
PROCESS_NO = #{processNo}
and PROCESS_NO = #{processNo}
</if>
order by PROCESS_NO asc
</select>