|
@@ -57,10 +57,11 @@
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getDocumentByAccountId" resultType="Map">
|
|
<select id="getDocumentByAccountId" resultType="Map">
|
|
- select copy_writer_id as 'copyWriterId',copy_writer as 'copyWriter' from ctop_document_library where account_id=#{accountId}
|
|
|
|
|
|
+ select copy_writer_id as 'copyWriterId',copy_writer as 'copyWriter' from ctop_document_library where account_id=#{accountId} and status=0
|
|
<if test="copyWriterId!=null and copyWriterId!=''">
|
|
<if test="copyWriterId!=null and copyWriterId!=''">
|
|
and copy_writer_id !=#{copyWriterId}
|
|
and copy_writer_id !=#{copyWriterId}
|
|
</if>
|
|
</if>
|
|
|
|
+
|
|
</select>
|
|
</select>
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|