删改单申请添加/查询添加删改单
This commit is contained in:
+9
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user