删改单申请添加/查询添加删改单

This commit is contained in:
zhaoqing
2026-05-16 10:49:25 +08:00
parent de9962a4de
commit 20d67dfad1
5 changed files with 90 additions and 0 deletions
@@ -175,6 +175,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="pushStatus" column="PUSH_STATUS" />
<result property="pushTime" column="PUSH_TIME" />
<result property="productType" column="PRODUCT_TYPE" />
<result property="reviseApplyType" column="REVISE_APPLY_TYPE" />
<result property="reviseApplyStatus" column="REVISE_APPLY_STATUS" />
<result property="reviseApplyBy" column="REVISE_APPLY_BY" />
<result property="reviseApplyByName" column="REVISE_APPLY_BY_NAME" />
<result property="reviseApplyReason" column="REVISE_APPLY_REASON" />
<result property="reviseApplyTime" column="REVISE_APPLY_TIME" />
</resultMap>
@@ -1227,6 +1233,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="ieType != null ">
and IE_TYPE = #{ieType}
</if>
<if test="reviseApplyType != null ">
and REVISE_APPLY_TYPE = #{reviseApplyType}
</if>
</where>
</sql>