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