|
|
@@ -56,7 +56,6 @@
|
|
|
<result column="discount" property="discount"/>
|
|
|
<result column="flg_auto_handle" property="flgAutoHandle"/>
|
|
|
<result column="flg_handle_setting" property="flgHandleSetting"/>
|
|
|
- <result column="outbound_processing_flag" property="outboundProcessingFlag"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<!-- 通用查询映射结果 -->
|
|
|
@@ -1037,9 +1036,6 @@
|
|
|
<if test=" et!=null and et.flgHandleSetting != null">
|
|
|
flg_handle_setting =#{et.flgHandleSetting,jdbcType=BOOLEAN},
|
|
|
</if>
|
|
|
- <if test=" et!=null and et.outboundProcessingFlag != null">
|
|
|
- outbound_processing_flag =#{et.outboundProcessingFlag,jdbcType=BOOLEAN},
|
|
|
- </if>
|
|
|
</set>
|
|
|
where order_id =#{et.orderId,typeHandler=UuidTypeHandler}
|
|
|
and sum_quantity >= (out_qty + outing_qty)
|