“djh”
22 小时以前 22308ccdd532d105598663f90a39285697f723e8
multi-system/src/main/resources/mapper/system/InternalAuditPersonMapper.xml
@@ -26,6 +26,6 @@
        <if test="companyId!=null and companyId!=''">
            and iap.company_id = #{companyId}
        </if>
        ORDER BY create_time ASC
        ORDER BY iap.create_time ASC
    </select>
</mapper>