fix:问题修复

This commit is contained in:
wangff
2025-11-13 10:40:30 +08:00
parent b35903010c
commit 13c44053c2
15 changed files with 61 additions and 30 deletions

View File

@@ -52,6 +52,7 @@
INNER JOIN store_${enterpriseId} b ON a.store_id = b.store_id AND b.is_delete = 'effective'
</if>
<where>
deleted = 0
<if test="applyNo != null and applyNo != ''">
AND a.apply_no LIKE CONCAT('%', #{applyNo}, '%')
</if>
@@ -90,6 +91,7 @@
AND b.is_draft = #{isDraft}
</if>
</where>
ORDER BY a.create_time DESC
</select>
</mapper>