“djh”
22 小时以前 8c91afa9c1bbe5fae9d88cfd1e7243c376af69fe
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>