Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
王奎兴
2026-06-23 19:57:54 +08:00
@@ -1260,6 +1260,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="reviseApplyType != null ">
and REVISE_APPLY_TYPE = #{reviseApplyType}
</if>
<if test="reviseApplyStatus != null ">
and REVISE_APPLY_STATUS = #{reviseApplyStatus}
</if>
</where>
</sql>