查询添加判断条件删改单申请状态
This commit is contained in:
+3
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user