@ -41,7 +41,7 @@
<if test="productName != null and productName != ''"> and "product_name" like concat(concat('%', #{productName}), '%')</if>
<if test="status != null and status != ''"> and "status" = #{status}</if>
</where>
order by obj_id desc
order by "obj_id" desc
</select>
<select id="selectStandardDocumentByObjId" parameterType="Long" resultMap="StandardDocumentResult">