@@ -751,7 +751,9 @@
tpi.make_time,
tpi.wh_id,
tpi.into_reason,
- tpi.flg_valid
+ tpi.flg_valid,
+ tpi.flg_auto_handle,
+ tpi.flg_handle_setting
</sql>
<sql id="Base_Column_List_Response_Out">
tpo.out_id as into_id,
@@ -777,7 +779,9 @@
tpo.make_time,
null as wh_id,
tpo.out_reason as into_reason,
- tpo.flg_valid
+ tpo.flg_valid,
+ tpo.flg_auto_handle,
+ tpo.flg_handle_setting
<!-- 条件查询 web端入库办理用,-->
<select id="selectInbound" resultMap="BaseResultMapResponse">