songyang пре 1 година
родитељ
комит
86c10342ff

+ 1 - 1
src/main/java/com/dk/mdm/mapper/report/ReportMapper.java

@@ -150,7 +150,7 @@ public interface ReportMapper extends BaseMapper<JSONObject> {
     List<Map<String, Object>> getIvtSumReport(Map param);
 
     /**
-     * @desc   : desc
+     * @desc   : 收发存汇总报表明细
      * @author : 宋扬
      * @date   : 2024/4/23 15:52
      */

+ 1 - 1
src/main/java/com/dk/mdm/mapper/report/ReportMapper.xml

@@ -680,7 +680,7 @@
         left join dkic_b.t_psi_order as tpo on tpo.order_id = tppi.from_id
         left join dkic_b.t_psi_inbound_item as ibi on ibi.from_item_id=tppi.item_id
         left join dkic_b.t_psi_inbound as ib on ibi.into_id=ib.into_id
-        left join sys.t_data_kind tdk1 on tdk1.kind_code = tppi.into_status
+        left join sys.t_data_kind tdk3 on tdk3.kind_code = tppi.into_status
         <include refid="Condition_PurDetailReport"/>
     </select>