Browse Source

入库明细

姜永辉 1 năm trước cách đây
mục cha
commit
c3d7183560
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  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.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
     </sql>
     <!-- 条件查询 web端入库办理用,-->
     <select id="selectInbound" resultMap="BaseResultMapResponse">