查询添加判断条件删改单申请状态

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