|
@@ -27,7 +27,7 @@
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getArchiveCount" resultType="java.lang.Integer">
|
|
<select id="getArchiveCount" resultType="java.lang.Integer">
|
|
- select count(1) from u_archives_auto where contract_id = #{contractId}
|
|
|
|
|
|
+ select count(1) from u_archives_auto where contract_id = #{contractId} and is_deleted = 0
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getSpliteTaskCount" resultType="java.lang.Integer">
|
|
<select id="getSpliteTaskCount" resultType="java.lang.Integer">
|