Forráskód Böngészése

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

于继渤 1 éve
szülő
commit
030b05c80c

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

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