@@ -19,7 +19,7 @@
consignor
FROM
document_production
- WHERE business_type = 'ASSETS'
+ WHERE business_type != 'ASSETS'
AND DATE(create_time) = #{dto.createDate}
<if test="dto != null and dto.docName != null ">
AND doc_name LIKE CONCAT('%', #{dto.docName}, '%')