姜永辉 il y a 1 an
Parent
commit
c3d7183560
1 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 6 2
      src/main/java/com/dk/mdm/mapper/ivt/InboundMapper.xml

+ 6 - 2
src/main/java/com/dk/mdm/mapper/ivt/InboundMapper.xml

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