jinlin
2023-12-29 a4f932c6ca705feb3bee3b7d7bbe0ee5c0c85515
modules/mainPart/src/main/resources/mapper/itemCirculatOrder/ItemCirculatOrderTechnicalDao.xml
@@ -28,4 +28,9 @@
            </if>
        </where>
    </select>
    <select id="getsrcId" resultType="java.lang.String">
        SELECT a.src_id
        FROM config_item_warehouse_detail a
        WHERE a.is_delete = 0 AND a.project_id = ${projectId}
    </select>
</mapper>