Răsfoiți Sursa

Merge branch 'master' of http://git.dongkesoft.com:9001/iBOSS-2.0-Mini/iboss-server-mdm

于继渤 1 an în urmă
părinte
comite
030b05c80c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/main/java/com/dk/mdm/mapper/ivt/InboundItemMapper.xml

+ 1 - 1
src/main/java/com/dk/mdm/mapper/ivt/InboundItemMapper.xml

@@ -1143,7 +1143,7 @@
                 AND tpii.into_id = #{intoId}::uuid
                 AND tpii.into_id = #{intoId}::uuid
             </if>
             </if>
             <if test="fromId != null and fromId != ''">
             <if test="fromId != null and fromId != ''">
-                AND tpoi.from_id = #{fromId}::uuid
+                AND tpii.from_id = #{fromId}::uuid
             </if>
             </if>
         </where>
         </where>
     </select>
     </select>