@@ -40,7 +40,7 @@
</update>
<select id="queryCurrentContractImageFileType" resultType="java.lang.Integer">
- select `type` from u_image_classification_file where contract_id = #{contractId} and is_deleted = 0
+ select `type` from u_image_classification_file where contract_id = #{contractId} and is_deleted = 0 and type > 0
</select>
<select id="queryCurrentClassifyAllFileCount" resultType="java.lang.Integer">