“djh”
2026-02-06 88717f3e96fb853f3dbc3d6e6b3de0ba4ce1f3c5
multi-system/src/main/resources/mapper/system/WarehousingRecordMapper.xml
@@ -9,6 +9,9 @@
        <if test="companyId != null">
            and company_id = #{companyId}
        </if>
        <if test="materialId != null">
            and material_id = #{materialId}
        </if>
        order by create_time desc
    </select>
</mapper>